From f7a104cf388c773f8acf0f56a8355ee823769247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:58:47 +0000 Subject: [PATCH] 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/python-bench-regression.yml | 2 +- .github/workflows/python-bench.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-bench-regression.yml b/.github/workflows/python-bench-regression.yml index a073239..1899c11 100644 --- a/.github/workflows/python-bench-regression.yml +++ b/.github/workflows/python-bench-regression.yml @@ -36,7 +36,7 @@ jobs: - name: Restore baseline cache id: baseline-cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | reports/bench-parse.baseline.json diff --git a/.github/workflows/python-bench.yml b/.github/workflows/python-bench.yml index 6e62e20..156f8d4 100644 --- a/.github/workflows/python-bench.yml +++ b/.github/workflows/python-bench.yml @@ -90,7 +90,7 @@ jobs: - name: Save benchmark cache if: inputs.save_cache_key != '' - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | reports/bench-parse.${{ inputs.suffix }}.json