From bdd2b801daf057d2ace78ea8dbeb2dfb57f750ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 23:25:07 +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/pull-request.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a403bd5..2e4bf28 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -34,7 +34,7 @@ jobs: uses: bazelbuild/setup-bazelisk@v3 - name: Mount Bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-bazel-${{ hashFiles('**/Cargo.lock', '**/MODULE.bazel') }} @@ -57,7 +57,7 @@ jobs: uses: bazelbuild/setup-bazelisk@v3 - name: Mount Bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-bazel-${{ hashFiles('**/Cargo.lock', '**/MODULE.bazel') }} @@ -85,7 +85,7 @@ jobs: uses: bazelbuild/setup-bazelisk@v3 - name: Mount Bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-bazel-${{ hashFiles('**/Cargo.lock', '**/MODULE.bazel') }} @@ -114,7 +114,7 @@ jobs: cluster_name: ferrisrbe-test - name: Mount Bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-bazel-${{ hashFiles('**/Cargo.lock', '**/MODULE.bazel') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9cfdbc1..de4f452 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Mount Bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: ${{ runner.os }}-bazel-${{ hashFiles('**/Cargo.lock', '**/MODULE.bazel') }}