From fd35cde335de2f2d7523da822725bb51e451729e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:43:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8cba60e..fdbc6760 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,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 }}