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 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v4
2727 - name : Set up Node.js
28- uses : actions/setup-node@v1
28+ uses : actions/setup-node@v4
2929 with :
3030 node-version : 16
3131 registry-url : ' https://registry.npmjs.org'
@@ -63,13 +63,13 @@ jobs:
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@v3
66+ uses : actions/checkout@v4
6767 - name : Setup Pages
68- uses : actions/configure-pages@v2
68+ uses : actions/configure-pages@v5
6969 - name : Upload artifact
70- uses : actions/upload-pages-artifact@v1
70+ uses : actions/upload-pages-artifact@v3
7171 with :
7272 path : ' site'
7373 - name : Deploy to GitHub Pages
7474 id : deployment
75- uses : actions/deploy-pages@v1
75+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments