From 778aa90d3fdd4fa84bda02956c702b9433478de8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 21:00:20 +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 96559b4..381c668 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: # previously built artifacts to minimize build time. The more precise you are with # hashFiles sources the less work bazel will have to do. - name: Mount bazel caches - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/bazel diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78b1eaa..b578c07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Mount bazel caches - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/bazel