From 62ebf2f7da363158ca021d4433d8806084f836ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:16:30 +0000 Subject: [PATCH] chore(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-release.yml | 2 +- .github/workflows/pr-tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bench-release.yml b/.github/workflows/bench-release.yml index dd34ef0..104a65f 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 99e6d0a..a3bc47e 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -33,7 +33,7 @@ jobs: architecture: x64 - name: Set Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache # name for referring later with: path: .venv/ @@ -79,7 +79,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/