Skip to content

Commit b407e85

Browse files
authored
Merge pull request #23 from Matts966/renovate/pat-s-always-upload-cache-3.x
Update pat-s/always-upload-cache action to v3
2 parents d90f045 + 5231494 commit b407e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ref: ${{ github.ref }}
1414
fetch-depth: 0
1515
- name: Cache
16-
uses: pat-s/always-upload-cache@v2.1.5
16+
uses: pat-s/always-upload-cache@v3.0.1
1717
with:
1818
path: ~/.cache/bazel
1919
key: ${{ env.cache-version }}-${{ runner.os }}-bazelisk-build-${{ hashFiles('./**') }}
@@ -50,7 +50,7 @@ jobs:
5050
ref: ${{ github.ref }}
5151
fetch-depth: 0
5252
- name: Cache
53-
uses: pat-s/always-upload-cache@v2.1.5
53+
uses: pat-s/always-upload-cache@v3.0.1
5454
with:
5555
path: ~/.cache/bazel
5656
key: ${{ env.cache-version }}-${{ runner.os }}-bazelisk-build-${{ hashFiles('./**') }}

0 commit comments

Comments
 (0)