Skip to content

Commit e693bb4

Browse files
authored
Update actions/cache@v2, which is soon to be retired by Github actions (#546)
Signed-off-by: Andy Fingerhut <[email protected]>
1 parent 3daa3a0 commit e693bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build-proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: recursive
2424

2525
- name: Mount bazel cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
# See https://docs.bazel.build/versions/master/output_directories.html
2929
path: "~/.cache/bazel"

0 commit comments

Comments
 (0)