chore(deps): update actions/cache action to v5 (#1513) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a110560..14222e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -14,7 +14,7 @@ - name: Checkout uses: actions/checkout@v6 - name: Mount bazel caches - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/.cache/bazel-disk-cache