File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
12- - uses : actions/setup-node@v4
11+ - uses : actions/checkout@v6
12+ - uses : actions/setup-node@v6
1313 with :
1414 node-version : 24
1515 cache : npm
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
17- - uses : actions/setup-node@v4
17+ - uses : actions/setup-node@v6
1818 with :
1919 node-version : 24
2020 cache : npm
2929 echo "::warning title=Invalid file permissions automatically fixed::$line"
3030 done
3131
32- - uses : actions/upload-pages-artifact@v2
32+ - uses : actions/upload-pages-artifact@v4
3333 with :
3434 path : pages
3535
4747 runs-on : ubuntu-latest
4848 steps :
4949 - id : deployment
50- uses : actions/deploy-pages@v2
50+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments