Skip to content

Commit 9f76c27

Browse files
build(deps): bump actions/cache from 4 to 5
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] <support@github.com>
1 parent b1d2af9 commit 9f76c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
- uses: actions/checkout@v6
145145
- name: Cache vcpkg packages
146-
uses: actions/cache@v4
146+
uses: actions/cache@v5
147147
with:
148148
# The installed packages are in %VCPKG_INSTALLATION_ROOT%\installed\x64-windows-static
149149
# and the info which packages are installed is in %VCPKG_INSTALLATION_ROOT%\installed\vcpkg

0 commit comments

Comments
 (0)