Skip to content

Commit e301ecb

Browse files
committed
github actions: upgrade to cache v4
1 parent d8e9832 commit e301ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
- uses: bazelbuild/setup-bazelisk@v2
2424

2525
- name: Mount bazel action cache
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
if: always()
2828
with:
2929
path: "~/.cache/bazel"
3030
key: bazel
3131

3232
- name: Mount bazel repo cache
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
if: always()
3535
with:
3636
path: "~/.cache/bazel-repo"

0 commit comments

Comments
 (0)