File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2 .2
14+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0 .2
1515
1616 - name : Setup node
17- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4 .0
17+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # tag=v6.2 .0
1818 with :
19- node-version : 22
19+ node-version : 24
2020
2121 - name : Build UI
2222 run : |
2323 npm i
2424 npm run build
2525
2626 - name : Upload artifact
27- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # tag=v3 .0.1
27+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # tag=v4 .0.0
2828 with :
2929 path : dist
3030 retention-days : 1
4444 steps :
4545 - name : Deploy to GitHub Pages
4646 id : deployment
47- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # tag=v4.0.5
47+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # tag=v4.0.5
You can’t perform that action at this time.
0 commit comments