File tree Expand file tree Collapse file tree 10 files changed +22
-22
lines changed
Expand file tree Collapse file tree 10 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 runs-on : ${{ matrix.os }}
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828
2929 - name : Install pnpm
3030 uses : pnpm/action-setup@v2
3131
3232 - name : Use Node.js ${{ matrix.node }}
33- uses : actions/setup-node@v3
33+ uses : actions/setup-node@v4
3434 with :
3535 node-version : ${{ matrix.node }}
3636 cache : pnpm
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 runs-on : ${{ matrix.os }}
2424
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727
2828 - name : Install pnpm
2929 uses : pnpm/action-setup@v2
3030
3131 - name : Use Node.js ${{ matrix.node }}
32- uses : actions/setup-node@v3
32+ uses : actions/setup-node@v4
3333 with :
3434 node-version : ${{ matrix.node }}
3535 cache : pnpm
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 NODE_VERSION : ' 18'
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 - name : Install pnpm
2626 uses : pnpm/action-setup@v2
2727
2828 - name : Setup Node.js
29- uses : actions/setup-node@v3
29+ uses : actions/setup-node@v4
3030 with :
3131 node-version : ${{ env.NODE_VERSION }}
3232 cache : pnpm
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 NODE_VERSION : ' 18'
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323
2424 - name : Install pnpm
2525 uses : pnpm/action-setup@v2
2626
2727 - name : Setup Node.js
28- uses : actions/setup-node@v3
28+ uses : actions/setup-node@v4
2929 with :
3030 node-version : ${{ env.NODE_VERSION }}
3131 cache : pnpm
3737 run : pnpm docs:release
3838
3939 - name : Deploy to GitHub Pages
40- uses : crazy-max/ghaction-github-pages@v2.2.0
40+ uses : crazy-max/ghaction-github-pages@v4
4141 with :
4242 repo : vuepress/vuepress.github.io
4343 target_branch : main
Original file line number Diff line number Diff line change 1010 if : contains(github.event.issue.labels.*.name, 'stale')
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions-cool/issues-helper@v2
13+ - uses : actions-cool/issues-helper@v3
1414 with :
1515 actions : ' remove-labels'
1616 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 99 name : label stale issues
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions-cool/issues-helper@v2
12+ - uses : actions-cool/issues-helper@v3
1313 with :
1414 actions : ' check-inactive'
1515 token : ${{ secrets.GITHUB_TOKEN }}
2323 name : close stale issues
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions-cool/issues-helper@v2
26+ - uses : actions-cool/issues-helper@v3
2727 with :
2828 actions : ' close-issues'
2929 token : ${{ secrets.GITHUB_TOKEN }}
3434 name : close need-reproduction issues
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions-cool/issues-helper@v2
37+ - uses : actions-cool/issues-helper@v3
3838 with :
3939 actions : ' close-issues'
4040 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1010 if : github.event.label.name == 'invalid'
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions-cool/issues-helper@v2
13+ - uses : actions-cool/issues-helper@v3
1414 with :
1515 actions : ' close-issue, create-comment'
1616 token : ${{ secrets.GITHUB_TOKEN }}
2222 if : github.event.label.name == 'need reproduction'
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions-cool/issues-helper@v2
25+ - uses : actions-cool/issues-helper@v3
2626 with :
2727 actions : ' create-comment'
2828 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 4343 runs-on : ubuntu-latest
4444
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 with :
4848 # fetch all commits to get last updated time or other git log info
4949 fetch-depth : 0
5757 run_install : true
5858
5959 - name : Setup Node.js
60- uses : actions/setup-node@v3
60+ uses : actions/setup-node@v4
6161 with :
6262 # choose node.js version to use
6363 node-version : 18
7171 # please check out the docs of the workflow for more details
7272 # @see https://github.com/crazy-max/ghaction-github-pages
7373 - name : Deploy to GitHub Pages
74- uses : crazy-max/ghaction-github-pages@v2
74+ uses : crazy-max/ghaction-github-pages@v4
7575 with :
7676 # deploy to gh-pages branch
7777 target_branch : gh-pages
Original file line number Diff line number Diff line change 4343 runs-on : ubuntu-latest
4444
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 with :
4848 # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
4949 fetch-depth : 0
5757 run_install : true
5858
5959 - name : Setup Node.js
60- uses : actions/setup-node@v3
60+ uses : actions/setup-node@v4
6161 with :
6262 # 选择要使用的 node 版本
6363 node-version : 18
7171 # 查看 workflow 的文档来获取更多信息
7272 # @see https://github.com/crazy-max/ghaction-github-pages
7373 - name : Deploy to GitHub Pages
74- uses : crazy-max/ghaction-github-pages@v2
74+ uses : crazy-max/ghaction-github-pages@v4
7575 with :
7676 # 部署到 gh-pages 分支
7777 target_branch : gh-pages
You can’t perform that action at this time.
0 commit comments