From f097dc9435f6824cc1a43604fdac8934672da9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:24:15 +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/benchmark-reusable.yml | 2 +- .github/workflows/benchmarks-orchestrator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-reusable.yml b/.github/workflows/benchmark-reusable.yml index 89bf26a9..3d761eee 100644 --- a/.github/workflows/benchmark-reusable.yml +++ b/.github/workflows/benchmark-reusable.yml @@ -78,7 +78,7 @@ jobs: - name: Cache Julia artifacts (self-hosted runners) if: inputs.runner == 'self-hosted' - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-artifacts with: diff --git a/.github/workflows/benchmarks-orchestrator.yml b/.github/workflows/benchmarks-orchestrator.yml index f193e316..2e1eeba9 100644 --- a/.github/workflows/benchmarks-orchestrator.yml +++ b/.github/workflows/benchmarks-orchestrator.yml @@ -199,7 +199,7 @@ jobs: # Cache Julia packages and compiled artifacts # --------------------------- - name: Cache Julia packages for docs - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.julia/packages