This repository was archived by the owner on Jan 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : ' main'
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 : ' main'
4343 pull-requests : write
4444
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - uses : actions/setup-node@v6
4848 with :
4949 node-version : 24
Original file line number Diff line number Diff line change 1414 contents : write
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : wyvox/action-setup-pnpm@v3
1919 -
uses :
kategengler/[email protected] 2020 with :
You can’t perform that action at this time.
0 commit comments