File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 self-lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 - uses : pnpm/action-setup@v4
1818 with :
1919 run_install : false
3434 node-version : [18.x, 20.x, 22.x]
3535
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838 - uses : pnpm/action-setup@v4
3939 with :
4040 run_install : false
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2121 command : ${{ steps.check-release.outputs.command }}
2222
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727 ref : ' master'
4646 if : (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
4747
4848 steps :
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050 # We need to download lots of history so that
5151 # github-changelog can discover what's changed since the last release
5252 with :
Original file line number Diff line number Diff line change 2323 command : ${{ steps.check-release.outputs.command }}
2424
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0
2929 ref : ' master'
4444 id-token : write
4545
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848 - uses : pnpm/action-setup@v4
4949 - uses : actions/setup-node@v5
5050 with :
You can’t perform that action at this time.
0 commit comments