Skip to content

Commit f908955

Browse files
Bump actions/cache from 4 to 5 in /.github/actions/install-dependencies
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 058aa9a commit f908955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
vcpkg x-update-baseline
1515
1616
- name: Cache vcpkg
17-
uses: actions/cache@v4
17+
uses: actions/cache@v5
1818
with:
1919
path: ${{ github.workspace }}/build/vcpkg_installed
2020
key: ${{ runner.os }}-vcpkg-installed-${{ github.sha }}

0 commit comments

Comments
 (0)