File tree Expand file tree Collapse file tree 4 files changed +7336
-4131
lines changed Expand file tree Collapse file tree 4 files changed +7336
-4131
lines changed Original file line number Diff line number Diff line change 1010 CI :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-node@v4
13+ - uses : actions/checkout@v5
14+ - uses : actions/setup-node@v5
1515 with :
1616 cache : ' npm'
1717 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 runs-on : ubuntu-latest
2323 environment : CD
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828 ssh-key : ${{ secrets.DEPLOY_KEY }}
2929 - run : git fetch --all --tags
30- - uses : actions/setup-node@v4
30+ - uses : actions/setup-node@v5
3131 with :
3232 registry-url : ' https://registry.npmjs.org'
3333 cache : ' npm'
5151 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
5252 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5353 - name : Upload artifact
54- uses : actions/upload-pages-artifact@v3
54+ uses : actions/upload-pages-artifact@v4
5555 with :
5656 # Upload doc folder
5757 path : ' ./dist/docs'
You can’t perform that action at this time.
0 commit comments