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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-22 10:35:33 +01:00 committed by GitHub
parent 7a994bc7a7
commit e19d8467e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
run: yarn build
- name: Cache dist
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: packages/*/dist
key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }}
@ -133,7 +133,7 @@ jobs:
run: yarn --immutable
- name: Restore dist cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: packages/*/dist
key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }}
@ -171,7 +171,7 @@ jobs:
run: yarn --immutable
- name: Restore dist cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: packages/*/dist
key: ${{ matrix.os }}-node-v${{ matrix.node }}-${{ github.sha }}