Skip to content

Commit 3f2a8d0

Browse files
chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (#864)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0c45773...2cdf405) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5062fe9 commit 3f2a8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- shell: bash
5252
run: |
5353
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
54-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
54+
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
5555
with:
5656
path: dist/
5757
key: ${{ env.sha_short }}
@@ -69,7 +69,7 @@ jobs:
6969
- shell: bash
7070
run: |
7171
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
72-
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
72+
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
7373
with:
7474
path: dist/
7575
key: ${{ env.sha_short }}

0 commit comments

Comments
 (0)