mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
chore(deps): update actions/cache action to v3 (#3811)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
7a994bc7a7
commit
e19d8467e1
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user