File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
3535 fetch-depth : 0
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v6
3030 with :
3131 # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626
2727 - name : Initialize CodeQL
2828 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 if : github.event.deployment_status.state == 'success' || github.event_name == 'workflow_dispatch'
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222
2323 - name : Determine test URL
2424 id : get-url
Original file line number Diff line number Diff line change 2222 linkChecker :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626
2727 - name : Link Checker
2828 id : lychee
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 # Necessary for Lunaria to work properly
2525 # Makes the action clone the entire git history
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 name : Cache and install Deps
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 with :
3838 # fetch all commits to get last updated time or other git log info
3939 fetch-depth : 0
4040
4141 - name : Checkout
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343
4444 - uses : pnpm/action-setup@v4
4545 name : Install pnpm
Original file line number Diff line number Diff line change 55 name : Spell Check with Typos
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v6
99 - name : Check spelling
1010 uses : crate-ci/typos@master
1111 with : { config: ./.github/_typos.toml }
You can’t perform that action at this time.
0 commit comments