File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
45
45
steps :
46
46
- name : Checkout the repository
47
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
47
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
48
48
- name : Fetch all tags and branches
49
49
run : git fetch --prune --unshallow
50
50
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
33
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
34
34
with :
35
35
fetch-depth : 0
36
36
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : checkout
18
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
19
19
20
20
- name : Fetch all tags and branches
21
21
run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 17
17
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
18
18
19
19
steps :
20
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
21
21
with :
22
22
fetch-depth : 0
23
23
ref : ${{ github.event.ref }}
You can’t perform that action at this time.
0 commit comments