From 6cf807e63ab621237ab050f8716a8014a298a3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:08:24 +0000 Subject: [PATCH] build(deps): 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/bench-compare.yaml | 2 +- .github/workflows/bench-release.yml | 2 +- .github/workflows/pr-tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bench-compare.yaml b/.github/workflows/bench-compare.yaml index 1764e93..d93976d 100644 --- a/.github/workflows/bench-compare.yaml +++ b/.github/workflows/bench-compare.yaml @@ -17,7 +17,7 @@ jobs: python-version: '3.13' architecture: x64 - name: Set Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache # name for referring later with: path: .venv/ diff --git a/.github/workflows/bench-release.yml b/.github/workflows/bench-release.yml index b3b3b9a..9e74a6d 100644 --- a/.github/workflows/bench-release.yml +++ b/.github/workflows/bench-release.yml @@ -21,7 +21,7 @@ jobs: python-version: '3.13' architecture: x64 - name: Set Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache # name for referring later with: path: .venv/ diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 95525af..98feae8 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -32,7 +32,7 @@ jobs: python-version: ${{ matrix.python-version }} architecture: x64 - name: Set Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache # name for referring later with: path: .venv/