Skip to content

Commit

Permalink
Update actions/cache@v2, which is soon to be retired by Github actions (
Browse files Browse the repository at this point in the history
#546)

Signed-off-by: Andy Fingerhut <[email protected]>
  • Loading branch information
jafingerhut authored Feb 11, 2025
1 parent 3daa3a0 commit e693bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
submodules: recursive

- name: Mount bazel cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
# See https://docs.bazel.build/versions/master/output_directories.html
path: "~/.cache/bazel"
Expand Down

0 comments on commit e693bb4

Please sign in to comment.