Skip to content

Commit 39ec708

Browse files
chore(deps): bump actions/cache from 4.2.0 to 4.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...0c907a7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fe07d0 commit 39ec708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- shell: bash
101101
run: |
102102
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
103-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
103+
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
104104
with:
105105
path: dist/
106106
key: ${{ env.sha_short }}
@@ -118,7 +118,7 @@ jobs:
118118
- shell: bash
119119
run: |
120120
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
121-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
121+
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
122122
with:
123123
path: dist/
124124
key: ${{ env.sha_short }}

0 commit comments

Comments
 (0)