Skip to content

Commit 3443a0b

Browse files
dependabot[bot]matzbot
authored andcommitted
Bump actions/cache from 4.2.3 to 4.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7687c4 commit 3443a0b

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
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Restore vcpkg artifact
8888
id: restore-vcpkg
89-
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
89+
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
9090
with:
9191
path: src\vcpkg_installed
9292
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
@@ -98,7 +98,7 @@ jobs:
9898
if: ${{ ! steps.restore-vcpkg.outputs.cache-hit }}
9999

100100
- name: Save vcpkg artifact
101-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
101+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
102102
with:
103103
path: src\vcpkg_installed
104104
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}

0 commit comments

Comments
 (0)