File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,20 +67,20 @@ jobs:
6767 exit 1
6868 fi
6969 - name : Setup Node
70- uses : actions/setup-node@v3
70+ uses : actions/setup-node@v4
7171 with :
7272 node-version : ' 16'
7373 cache : ${{ steps.detect-package-manager.outputs.manager }}
7474 - name : Setup Pages
75- uses : actions/configure-pages@v3
75+ uses : actions/configure-pages@v5
7676 with :
7777 # Automatically inject basePath in your Next.js configuration file and disable
7878 # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
7979 #
8080 # You may remove this line if you want to manage the configuration yourself.
8181 static_site_generator : next
8282 - name : Restore cache
83- uses : actions/cache@v3
83+ uses : actions/cache@v4
8484 with :
8585 path : |
8686 .next/cache
9696 - name : Static HTML export with Next.js
9797 run : ${{ steps.detect-package-manager.outputs.runner }} next export
9898 - name : Upload artifact
99- uses : actions/upload-pages-artifact@v1
99+ uses : actions/upload-pages-artifact@v3
100100 with :
101101 path : ./out
102102
@@ -109,4 +109,4 @@ jobs:
109109 steps :
110110 - name : Deploy to GitHub Pages
111111 id : deployment
112- uses : actions/deploy-pages@v1
112+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments