From d4a9902feac1b88c1005151551d34bef61b61dd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:48:59 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 877d30d8..1ae2c835 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Mount Bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: bazel-${{ matrix.bazel-version }}-${{ github.sha }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a632e12..9b4237ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Mount Bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: bazel-${{ env.USE_BAZEL_VERSION }}-${{ github.sha }}