File tree Expand file tree Collapse file tree 4 files changed +3435
-1619
lines changed
Expand file tree Collapse file tree 4 files changed +3435
-1619
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 egress-policy : audit
2020
21- - uses : actions/checkout@v4
22- - uses : actions/setup-node@v4
21+ - uses : actions/checkout@v6
22+ - uses : actions/setup-node@v6
2323 with :
2424 cache : ' npm'
2525 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 with :
2828 egress-policy : audit
2929
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333 ssh-key : ${{ secrets.DEPLOY_KEY }}
3434 - run : git fetch --all --tags
35- - uses : actions/setup-node@v4
35+ - uses : actions/setup-node@v6
3636 with :
3737 registry-url : ' https://registry.npmjs.org'
3838 cache : ' npm'
5555 DEBUG : ' *'
5656 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5757 - name : Upload artifact
58- uses : actions/upload-pages-artifact@v3
58+ uses : actions/upload-pages-artifact@v4
5959 with :
6060 # Upload doc folder
6161 path : ' ./dist/docs'
You can’t perform that action at this time.
0 commit comments