chore(deps): update actions/cache action to v3 (#139)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-06-10 13:00:44 -07:00 committed by GitHub
parent abc3128fe7
commit f6bc73cb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"