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.
2 parents d90f045 + 5231494 commit b407e85Copy full SHA for b407e85
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
ref: ${{ github.ref }}
14
fetch-depth: 0
15
- name: Cache
16
- uses: pat-s/always-upload-cache@v2.1.5
+ uses: pat-s/always-upload-cache@v3.0.1
17
with:
18
path: ~/.cache/bazel
19
key: ${{ env.cache-version }}-${{ runner.os }}-bazelisk-build-${{ hashFiles('./**') }}
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
0 commit comments