Skip to content

Commit e87c680

Browse files
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 655c68e commit e87c680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rustLaunchSite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
# note that build type isn't considered in the cache key, because I now
142142
# force use of release-flavored dependencies
143143
- name: Setup vcpkg (1/4)
144-
uses: actions/cache/restore@v4
144+
uses: actions/cache/restore@v5
145145
with:
146146
key:
147147
# only hash on files present without configure/build
@@ -199,7 +199,7 @@ jobs:
199199
# save cache if warranted
200200
- name: Update vcpkg cache (2/2)
201201
if: ${{ steps.cache_vcpkg.outputs.CHECK_OUTPUT == 'true' }}
202-
uses: actions/cache/save@v4
202+
uses: actions/cache/save@v5
203203
with:
204204
key:
205205
# only hash on files present without configure/build

0 commit comments

Comments
 (0)