From 810d5dc25f623efb880643a8affa35b77af2816c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:02:42 +0000 Subject: [PATCH] chore(deps): 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/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 807338e..f37788e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: uses: lukka/get-cmake@latest - name: Restore vcpkg binary cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\vcpkg-cache key: vcpkg-tests-${{ hashFiles('vcpkg.json', 'cmake/triplets/**', 'cmake/ports/**') }} @@ -165,7 +165,7 @@ jobs: - uses: lukka/get-cmake@latest - name: Restore vcpkg binary cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\vcpkg-cache key: vcpkg-${{ hashFiles('vcpkg.json', 'cmake/triplets/**', 'cmake/ports/**') }} @@ -218,7 +218,7 @@ jobs: uses: lukka/get-cmake@latest - name: Restore vcpkg binary cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\vcpkg-cache key: vcpkg-${{ hashFiles('vcpkg.json', 'cmake/triplets/**', 'cmake/ports/**') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfaf00e..c98e95a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: uses: lukka/get-cmake@latest - name: Restore vcpkg binary cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\vcpkg-cache key: vcpkg-${{ hashFiles('vcpkg.json', 'cmake/triplets/**', 'cmake/ports/**') }}