File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : 2
2828 ref : ' main'
4545 if : ((github.event_name == 'push' || github.event_name == 'workflow_dispatch') && needs.is-this-a-release.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 2727 attestations : write
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131 - uses : pnpm/action-setup@v4
3232 - uses : actions/setup-node@v4
3333 with :
You can’t perform that action at this time.
0 commit comments