mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 22:55:13 +00:00
chore(deps): update actions/cache action to v4 (2.x) (#25275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
246a922726
commit
0a26c73161
20
.github/workflows/test.yml
vendored
20
.github/workflows/test.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
run: yarn --check-files --frozen-lockfile --non-interactive
|
||||
|
||||
- name: cache workspace
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -98,7 +98,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -130,7 +130,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -160,7 +160,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -199,7 +199,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -234,7 +234,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -270,7 +270,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -306,7 +306,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -344,7 +344,7 @@ jobs:
|
||||
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
|
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
run: yarn --check-files --frozen-lockfile --non-interactive
|
||||
|
||||
- name: cache workspace
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -99,7 +99,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
@ -137,7 +137,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
|
||||
- name: restore workspace cache
|
||||
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
|
||||
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
|
||||
with:
|
||||
path: |
|
||||
node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user