We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e63f5 commit 89811d4Copy full SHA for 89811d4
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: "Checkout the sources"
29
uses: actions/checkout@v4
30
- name: Mount bazel caches
31
- uses: actions/cache@v4
+ uses: actions/cache@v5
32
with:
33
path: |
34
~/.cache/bazel
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments