File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 if : github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
11+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1212 with :
1313 token : ${{ secrets.PAT_TOKEN }}
1414 fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
26+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727 - name : Dump GitHub context
2828 env :
2929 GITHUB_CONTEXT : ${{ toJson(github) }}
You can’t perform that action at this time.
0 commit comments