Merge pull request #2288 from actions/pages-cache-v4
Update all Pages workflows to `actions/cache@v4` for `node20` compliance
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ jobs:
|
|||||||
# You may remove this line if you want to manage the configuration yourself.
|
# You may remove this line if you want to manage the configuration yourself.
|
||||||
static_site_generator: gatsby
|
static_site_generator: gatsby
|
||||||
- name: Restore cache
|
- name: Restore cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
public
|
public
|
||||||
|
|||||||
+1
-1
@@ -62,7 +62,7 @@ jobs:
|
|||||||
# You may remove this line if you want to manage the configuration yourself.
|
# You may remove this line if you want to manage the configuration yourself.
|
||||||
static_site_generator: next
|
static_site_generator: next
|
||||||
- name: Restore cache
|
- name: Restore cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
.next/cache
|
.next/cache
|
||||||
|
|||||||
+1
-1
@@ -60,7 +60,7 @@ jobs:
|
|||||||
# You may remove this line if you want to manage the configuration yourself.
|
# You may remove this line if you want to manage the configuration yourself.
|
||||||
static_site_generator: nuxt
|
static_site_generator: nuxt
|
||||||
- name: Restore cache
|
- name: Restore cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
dist
|
dist
|
||||||
|
|||||||
Reference in New Issue
Block a user