From 16b4f5309bb0e5331ecc3f1557441894d74a4e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:23:39 +0000 Subject: [PATCH] ci: 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](https://github.com/actions/cache/compare/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] --- .github/workflows/release.yml | 2 +- .github/workflows/wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4cd7431..39e43a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: - name: Set up vcpkg cache if: runner.os == 'Windows' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: C:\vcpkg\installed key: vcpkg-${{ matrix.arch }}-${{ hashFiles('packages/python/pyproject.toml') }} diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a2a8f5f..384082b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -60,7 +60,7 @@ jobs: - name: Set up vcpkg cache if: runner.os == 'Windows' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: C:\vcpkg\installed key: vcpkg-${{ matrix.arch }}-${{ hashFiles('packages/python/pyproject.toml') }}