From 69d07091a4de1a35fdaa896fd07b5b65aeafe3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 05:02:08 +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/bencher.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bencher.yml b/.github/workflows/bencher.yml index c8f4378d6..0d4bd73ef 100644 --- a/.github/workflows/bencher.yml +++ b/.github/workflows/bencher.yml @@ -161,7 +161,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/cloud' || github.ref == 'refs/heads/devel' || startsWith(github.ref, 'refs/tags/') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) with: path: | @@ -215,7 +215,7 @@ jobs: TEST_BILLING_KEY: ${{ secrets.TEST_BILLING_KEY }} steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/bin/ @@ -263,7 +263,7 @@ jobs: with: large-packages: false - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/cloud' || github.ref == 'refs/heads/devel' || startsWith(github.ref, 'refs/tags/') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) with: path: | @@ -364,7 +364,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/bin/ @@ -400,7 +400,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/bin/ @@ -434,7 +434,7 @@ jobs: continue-on-error: ${{ !startsWith(github.ref, 'refs/tags/') }} steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/cloud' || github.ref == 'refs/heads/devel' || startsWith(github.ref, 'refs/tags/') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) with: path: | @@ -501,7 +501,7 @@ jobs: WASM_PACK_BUILD: "wasm-pack build --target web --no-default-features --features wasm,plus" steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/cloud' || github.ref == 'refs/heads/devel' || startsWith(github.ref, 'refs/tags/') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) with: path: | @@ -534,7 +534,7 @@ jobs: needs: build_bencher_valid_wasm steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/cloud' || github.ref == 'refs/heads/devel' || startsWith(github.ref, 'refs/tags/') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) with: path: | @@ -824,7 +824,7 @@ jobs: - name: Deploy Local API to Fly.io working-directory: ./services/api run: flyctl deploy --local-only --config fly/fly.dev.toml --wait-timeout 300 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/bin/