File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838 - name : Detect package manager
3939 id : detect-package-manager
4040 run : |
@@ -51,20 +51,20 @@ jobs:
5151 exit 1
5252 fi
5353 - name : Setup Node
54- uses : actions/setup-node@v3
54+ uses : actions/setup-node@v4
5555 with :
5656 node-version : " 16"
5757 cache : ${{ steps.detect-package-manager.outputs.manager }}
5858 - name : Setup Pages
5959 id : pages
60- uses : actions/configure-pages@v1
60+ uses : actions/configure-pages@v5
6161 with :
6262 # Automatically inject pathPrefix in your Gatsby configuration file.
6363 #
6464 # You may remove this line if you want to manage the configuration yourself.
6565 static_site_generator : gatsby
6666 - name : Restore cache
67- uses : actions/cache@v3
67+ uses : actions/cache@v4
6868 with :
6969 path : |
7070 public
7979 PREFIX_PATHS : ' true'
8080 run : ${{ steps.detect-package-manager.outputs.manager }} run build
8181 - name : Upload artifact
82- uses : actions/upload-pages-artifact@v1
82+ uses : actions/upload-pages-artifact@v3
8383 with :
8484 path : ./public
8585
9393 steps :
9494 - name : Deploy to GitHub Pages
9595 id : deployment
96- uses : actions/deploy-pages@v1
96+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments