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 13
13
main :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
name : Checkout [main]
18
18
with :
19
19
fetch-depth : 0
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
if : ${{ github.event_name != 'pull_request' }}
17
17
steps :
18
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
name : Checkout [main]
20
20
with :
21
21
fetch-depth : 0
51
51
runs-on : ubuntu-latest
52
52
if : ${{ github.event_name == 'pull_request' }}
53
53
steps :
54
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
54
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
55
55
with :
56
56
ref : ${{ github.event.pull_request.head.ref }}
57
57
repository : ${{ github.event.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments