File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@latest
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 # If your repository depends on submodule, please see: https://github.com/actions/checkout
1616 submodules : recursive
1717 - name : Use Node.js 16.x
18- uses : actions/setup-node@v2
18+ uses : actions/setup-node@latest
1919 with :
2020 node-version : ' 16'
2121 - name : Cache NPM dependencies
22- uses : actions/cache@v4
22+ uses : actions/cache@latest
2323 with :
2424 path : node_modules
2525 key : ${{ runner.OS }}-npm-cache
3030 - name : Build
3131 run : npm run build
3232 - name : Upload Pages artifact
33- uses : actions/upload-pages-artifact@v2
33+ uses : actions/upload-pages-artifact@latest
3434 with :
3535 path : ./public
3636 deploy :
You can’t perform that action at this time.
0 commit comments