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