From 82acad2b21f7028c2b2d0ac077412809c1beea67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:43:32 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 in the actions-deps group Bumps the actions-deps group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 301237df..975e5162 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -226,7 +226,7 @@ jobs: - name: Restore cibuildwheel cache id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~\AppData\Local\pypa\cibuildwheel\Cache @@ -238,7 +238,7 @@ jobs: - name: Cache restore windows deps if: startsWith(matrix.os, 'windows') id: cache-win-deps - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 env: cache-name: win-deps with: @@ -274,7 +274,7 @@ jobs: # the cache redundantly doesn't compare to the time it takes to rebuild vcpkg packages. if: ${{ always() && startsWith(matrix.os, 'windows') }} id: cache-win-deps-save - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 env: cache-name: win-deps with: