File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-22.04
17
17
steps :
18
18
- name : Get the sources
19
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
20
20
- name : Fetch all tags and branches
21
21
run : git fetch --prune --unshallow
22
22
- name : Install .NET
51
51
runs-on : ${{ matrix.os }}
52
52
steps :
53
53
- name : Get the sources
54
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
54
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
55
55
- name : Download build artifact
56
56
uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
57
57
with :
81
81
runs-on : ${{ matrix.os }}
82
82
steps :
83
83
- name : Get the sources
84
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
84
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
85
85
- name : Download build artifact
86
86
uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4
87
87
with :
Original file line number Diff line number Diff line change 23
23
runs-on : ${{ matrix.os }}
24
24
steps :
25
25
- name : Get the sources
26
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
26
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
27
27
- name : Fetch all tags and branches
28
28
run : git fetch --prune --unshallow
29
29
- name : Install .NET
You can’t perform that action at this time.
0 commit comments