File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout
15
15
uses : actions/checkout@v5
16
16
- name : Setup .NET SDK
17
- uses : actions/setup-dotnet@v4.3.1
17
+ uses : actions/setup-dotnet@v5.0.0
18
18
with :
19
19
global-json-file : global.json
20
20
- name : Add MSBuild to PATH
Original file line number Diff line number Diff line change 11
11
- name : Checkout
12
12
uses : actions/checkout@v5
13
13
- name : Setup .NET SDK
14
- uses : actions/setup-dotnet@v4.3.1
14
+ uses : actions/setup-dotnet@v5.0.0
15
15
with :
16
16
global-json-file : global.json
17
17
# Caching is done to limit data transfer on each PR, not to optimize CI speed
38
38
- name : Checkout
39
39
uses : actions/checkout@v5
40
40
- name : Setup .NET SDK
41
- uses : actions/setup-dotnet@v4.3.1
41
+ uses : actions/setup-dotnet@v5.0.0
42
42
with :
43
43
global-json-file : global.json
44
44
- name : Run integrity tests
50
50
- name : Checkout
51
51
uses : actions/checkout@v5
52
52
- name : Setup .NET SDK
53
- uses : actions/setup-dotnet@v4.3.1
53
+ uses : actions/setup-dotnet@v5.0.0
54
54
with :
55
55
global-json-file : global.json
56
56
- name : Add MSBuild to PATH
Original file line number Diff line number Diff line change 14
14
- name : Checkout
15
15
uses : actions/checkout@v5
16
16
- name : Setup .NET SDK
17
- uses : actions/setup-dotnet@v4.3.1
17
+ uses : actions/setup-dotnet@v5.0.0
18
18
with :
19
19
global-json-file : global.json
20
20
# Caching is done to limit data transfer on each PR, not to optimize CI speed
59
59
- name : Checkout
60
60
uses : actions/checkout@v5
61
61
- name : Setup .NET SDK
62
- uses : actions/setup-dotnet@v4.3.1
62
+ uses : actions/setup-dotnet@v5.0.0
63
63
with :
64
64
global-json-file : global.json
65
65
- name : Run integrity tests
You can’t perform that action at this time.
0 commit comments