Skip to content

Commit 9ac05fc

Browse files
chore(deps): bump actions/cache from 4.1.1 to 4.1.2 (#871)
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@3624ceb...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fec4263 commit 9ac05fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

+2-2
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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
54+
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
72+
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
7373
with:
7474
path: dist/
7575
key: ${{ env.sha_short }}

0 commit comments

Comments
 (0)