Skip to content

Commit 970d353

Browse files
renovate-botmorrowc
authored andcommitted
chore(all): update actions/cache action to v5
1 parent 2f20f6a commit 970d353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: recursive
2424
persist-credentials: false
2525
- name: Mount bazel cache
26-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
26+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
2727
with:
2828
path: "~/.cache/bazel"
2929
key: bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }}

0 commit comments

Comments
 (0)