chore(deps): update actions/cache action to v3 (#139)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
abc3128fe7
commit
f6bc73cb28
|
@ -28,7 +28,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: bazelbuild/setup-bazelisk@v1
|
||||
- name: Mount bazel caches
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
"~/.cache/bazel"
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Mount bazel caches
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
"~/.cache/bazel"
|
||||
|
|
Loading…
Reference in New Issue