Skip to content

Commit

Permalink
Merge pull request #23 from Matts966/renovate/pat-s-always-upload-cac…
Browse files Browse the repository at this point in the history
…he-3.x

Update pat-s/always-upload-cache action to v3
  • Loading branch information
Matts966 authored Apr 25, 2022
2 parents d90f045 + 5231494 commit b407e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: 0
- name: Cache
uses: pat-s/always-upload-cache@v2.1.5
uses: pat-s/always-upload-cache@v3.0.1
with:
path: ~/.cache/bazel
key: ${{ env.cache-version }}-${{ runner.os }}-bazelisk-build-${{ hashFiles('./**') }}
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: 0
- name: Cache
uses: pat-s/always-upload-cache@v2.1.5
uses: pat-s/always-upload-cache@v3.0.1
with:
path: ~/.cache/bazel
key: ${{ env.cache-version }}-${{ runner.os }}-bazelisk-build-${{ hashFiles('./**') }}
Expand Down

0 comments on commit b407e85

Please sign in to comment.