From ff8ee71d1c180535c5db9916d48e7451898309dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:09:57 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 3 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 3 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/v3...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.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index d66990c..1bdb291 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -27,7 +27,7 @@ jobs: override: true - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/.cargo/registry diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3519a1b..79079f3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/.cargo/registry