Update all Pages workflows to actions/cache@v4 for node20 compliance

This commit is contained in:
James M. Greene
2024-01-29 14:20:03 -06:00
parent 170651fcd5
commit fc7f47d8b0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: gatsby
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
public
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.next/cache
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: nuxt
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
dist