File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 build :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v7
2525 with :
2626 fetch-depth : 0
2727
28- - uses : actions/setup-node@v4
28+ - uses : actions/setup-node@v6
2929 with :
3030 node-version : 22
3131 cache : yarn
3838 - name : Build
3939 run : yarn build
4040
41- - uses : actions/configure-pages@v5
41+ - uses : actions/configure-pages@v6
4242
43- - uses : actions/upload-pages-artifact@v3
43+ - uses : actions/upload-pages-artifact@v5
4444 with :
4545 path : ./build
4646
5353 steps :
5454 - name : Deploy to GitHub Pages
5555 id : deployment
56- uses : actions/deploy-pages@v4
56+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 99 test-build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v7
1313 with :
1414 fetch-depth : 0
1515
16- - uses : actions/setup-node@v4
16+ - uses : actions/setup-node@v6
1717 with :
1818 node-version : 22
1919 cache : yarn
You can’t perform that action at this time.
0 commit comments