File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
# Defined steps will run before the agent starts.
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
27
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
28
28
- name : Fetch all tags and branches
29
29
run : git fetch --prune --unshallow
30
30
- name : Install .NET
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-22.04
21
21
steps :
22
22
- name : Get the sources
23
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
23
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
24
24
- name : Fetch all tags and branches
25
25
run : git fetch --prune --unshallow
26
26
- name : Install .NET
54
54
runs-on : ${{ matrix.os }}
55
55
steps :
56
56
- name : Get the sources
57
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
57
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
58
58
- name : Prepare integration tests
59
59
uses : ./.github/actions/prepare-integration-test
60
60
with :
84
84
runs-on : ${{ matrix.os }}
85
85
steps :
86
86
- name : Get the sources
87
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
87
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
88
88
- name : Prepare integration tests
89
89
uses : ./.github/actions/prepare-integration-test
90
90
with :
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Get the sources
19
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
19
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
20
20
with :
21
21
lfs : true
22
22
fetch-depth : 0
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Get the sources
21
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
21
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
22
22
with :
23
23
lfs : true
24
24
fetch-depth : 0
Original file line number Diff line number Diff line change 13
13
if : github.event.label.name == 'preview'
14
14
steps :
15
15
- name : Get the sources
16
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
16
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
17
17
- name : Comment
18
18
run : |
19
19
gh pr comment ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --body "⚙️ Hang tight! PushPreview is currently building your preview. We'll share the URL as soon as it's ready."
Original file line number Diff line number Diff line change 27
27
runs-on : ${{ matrix.os }}
28
28
steps :
29
29
- name : Get the sources
30
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
30
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
31
31
- name : Fetch all tags and branches
32
32
run : git fetch --prune --unshallow
33
33
- name : Install .NET
You can’t perform that action at this time.
0 commit comments