Skip to content

Commit

Permalink
Merge pull request #2288 from actions/pages-cache-v4
Browse files Browse the repository at this point in the history
Update all Pages workflows to `actions/cache@v4` for `node20` compliance
  • Loading branch information
JamesMGreene authored Jan 29, 2024
2 parents 170651f + fc7f47d commit 196126a
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 196126a

Please sign in to comment.