File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out your repository using git
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323
2424 - name : Use Node.js 16
25- uses : actions/setup-node@v3
25+ uses : actions/setup-node@v4
2626 with :
2727 node-version : ' 16'
2828 cache : ' npm'
@@ -41,10 +41,10 @@ jobs:
4141
4242 steps :
4343 - name : Check out your repository using git
44- uses : actions/checkout@v3
44+ uses : actions/checkout@v4
4545
4646 - name : Use Node.js 16
47- uses : actions/setup-node@v3
47+ uses : actions/setup-node@v4
4848 with :
4949 node-version : ' 16'
5050 cache : ' npm'
5656 run : npm run build
5757
5858 - name : Upload artifact
59- uses : actions/upload-pages-artifact@v1
59+ uses : actions/upload-pages-artifact@v3
6060 with :
6161 path : ./build
6262
6969 steps :
7070 - name : Deploy to GitHub Pages
7171 id : deployment
72- uses : actions/deploy-pages@v1
72+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments