We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0331300 commit 5bfedc4Copy full SHA for 5bfedc4
1 file changed
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: "Checkout the sources"
28
uses: actions/checkout@v6
29
- name: Mount bazel caches
30
- uses: actions/cache@v4
+ uses: actions/cache@v5
31
with:
32
path: |
33
~/.cache/bazel
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments