Skip to content

Commit 8a10799

Browse files
Update actions/cache action to v3
1 parent 427a6b9 commit 8a10799

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515

1616
- name: Mount bazel cache
17-
uses: actions/cache@v1
17+
uses: actions/cache@v3
1818
with:
1919
path: "/home/runner/.cache/bazel"
2020
key: bazel

0 commit comments

Comments
 (0)