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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-01 11:45:17 -04:00 committed by GitHub
parent 37e164d9a3
commit 42afb21d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
id: node-setup
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/cache@v2
- uses: actions/cache@v3
id: cache-restore
with:
path: |
@ -37,7 +37,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Yarn cache
uses: actions/cache@v2
uses: actions/cache@v3
id: yarn-cache-restore
with:
path: |
@ -58,14 +58,14 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Yarn cache
uses: actions/cache@v2
uses: actions/cache@v3
id: yarn-cache-restore
with:
path: |
.yarn
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-${{ env.NODE_VERSION }}
- name: Parcel cache
uses: actions/cache@v2
uses: actions/cache@v3
id: parcel-cache-restore
with:
path: |
@ -91,7 +91,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Yarn cache
uses: actions/cache@v2
uses: actions/cache@v3
id: yarn-cache-restore
with:
path: |
@ -136,7 +136,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Yarn cache
uses: actions/cache@v2
uses: actions/cache@v3
id: yarn-cache-restore
with:
path: |