File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 node-version : ['18', '20', '22']
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : pnpm/action-setup@v3
2020 - uses : actions/setup-node@v4
2121 with :
Original file line number Diff line number Diff line change 2020 command : ${{ steps.check-release.outputs.command }}
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626 ref : ' master'
4545 if : (github.event_name == 'push' && needs.check-plan.outputs.command != 'release') || (github.event_name == 'pull_request_target' && github.event.pull_request.merged == true)
4646
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v6
4949 # We need to download lots of history so that
5050 # github-changelog can discover what's changed since the last release
5151 with :
Original file line number Diff line number Diff line change 2222 command : ${{ steps.check-release.outputs.command }}
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828 ref : ' master'
4444 attestations : write
4545
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848 - uses : pnpm/action-setup@v4
4949 - uses : actions/setup-node@v4
5050 with :
You can’t perform that action at this time.
0 commit comments