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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
54
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
55
55
- name : Prepare integration tests
56
56
uses : ./.github/actions/prepare-integration-test
57
57
with :
75
75
runs-on : ${{ matrix.os }}
76
76
steps :
77
77
- name : Get the sources
78
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
78
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
79
79
- name : Prepare integration tests
80
80
uses : ./.github/actions/prepare-integration-test
81
81
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 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