Skip to content

Commit fc7f47d

Browse files
committedJan 29, 2024
Update all Pages workflows to actions/cache@v4 for node20 compliance
1 parent 170651f commit fc7f47d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎pages/gatsby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# You may remove this line if you want to manage the configuration yourself.
6666
static_site_generator: gatsby
6767
- name: Restore cache
68-
uses: actions/cache@v3
68+
uses: actions/cache@v4
6969
with:
7070
path: |
7171
public

‎pages/nextjs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# You may remove this line if you want to manage the configuration yourself.
6363
static_site_generator: next
6464
- name: Restore cache
65-
uses: actions/cache@v3
65+
uses: actions/cache@v4
6666
with:
6767
path: |
6868
.next/cache

‎pages/nuxtjs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# You may remove this line if you want to manage the configuration yourself.
6161
static_site_generator: nuxt
6262
- name: Restore cache
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
with:
6565
path: |
6666
dist

0 commit comments

Comments
 (0)
Please sign in to comment.