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 25
25
26
26
steps :
27
27
- name : Checkout the repository
28
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
- name : Fetch all tags and branches
31
31
run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
33
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
with :
20
20
fetch-depth : 0 # GitVersion is somewhat irritated when fetch-depth is "1"....
21
21
ref : ${{ github.event.ref }}
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
20
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
with :
22
22
fetch-depth : 0
23
23
You can’t perform that action at this time.
0 commit comments