Skip to content

Commit c1a75ed

Browse files
keitherenon
authored andcommitted
Fix CI with new version of actions/cache
1 parent 0b86881 commit c1a75ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727

2828
- name: Mount bazel cache
29-
uses: actions/cache@v1
29+
uses: actions/cache@v4
3030
with:
3131
path: "/home/runner/.cache/bazel"
3232
key: ${{ runner.os }}-bazel

0 commit comments

Comments
 (0)