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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
11+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2727 - name : Dump GitHub context
2828 env :
2929 GITHUB_CONTEXT : ${{ toJson(github) }}
You can’t perform that action at this time.
0 commit comments