Skip to content

Commit

Permalink
Update all Pages workflows to actions/cache@v4 for node20 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Jan 29, 2024
1 parent 170651f commit fc7f47d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pages/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pages/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc7f47d

Please sign in to comment.