File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 main :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717 name : Checkout [main]
1818 with :
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 if : ${{ github.event_name != 'pull_request' }}
1717 steps :
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1919 name : Checkout [main]
2020 with :
2121 fetch-depth : 0
5151 runs-on : ubuntu-latest
5252 if : ${{ github.event_name == 'pull_request' }}
5353 steps :
54- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
54+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5555 with :
5656 ref : ${{ github.event.pull_request.head.ref }}
5757 repository : ${{ github.event.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments