From c0d3a955af4cf8d5119367574b8dcacd15318e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:42:33 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rustLaunchSite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rustLaunchSite.yml b/.github/workflows/rustLaunchSite.yml index a146ebb..cebc0fa 100644 --- a/.github/workflows/rustLaunchSite.yml +++ b/.github/workflows/rustLaunchSite.yml @@ -141,7 +141,7 @@ jobs: # note that build type isn't considered in the cache key, because I now # force use of release-flavored dependencies - name: Setup vcpkg (1/4) - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: key: # only hash on files present without configure/build @@ -199,7 +199,7 @@ jobs: # save cache if warranted - name: Update vcpkg cache (2/2) if: ${{ steps.cache_vcpkg.outputs.CHECK_OUTPUT == 'true' }} - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: key: # only hash on files present without configure/build