From fc7f47d8b0910ec57def656b8e64c9a63d33d5af Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 29 Jan 2024 14:20:03 -0600 Subject: [PATCH] Update all Pages workflows to actions/cache@v4 for node20 compliance --- pages/gatsby.yml | 2 +- pages/nextjs.yml | 2 +- pages/nuxtjs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/gatsby.yml b/pages/gatsby.yml index 7d5c342d89..c82a2f7aa3 100644 --- a/pages/gatsby.yml +++ b/pages/gatsby.yml @@ -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 diff --git a/pages/nextjs.yml b/pages/nextjs.yml index e855af2585..f91a07d80a 100644 --- a/pages/nextjs.yml +++ b/pages/nextjs.yml @@ -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 diff --git a/pages/nuxtjs.yml b/pages/nuxtjs.yml index f133bb1f96..5ceb0e8d81 100644 --- a/pages/nuxtjs.yml +++ b/pages/nuxtjs.yml @@ -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