File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 40
40
key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
41
41
-
42
42
name : Setup .NET SDK
43
- uses : actions/setup-dotnet@v4
43
+ uses : actions/setup-dotnet@v5
44
44
with :
45
45
global-json-file : global.json
46
46
-
Original file line number Diff line number Diff line change 68
68
69
69
-
70
70
name : Setup .NET SDK
71
- uses : actions/setup-dotnet@v4
71
+ uses : actions/setup-dotnet@v5
72
72
with :
73
73
global-json-file : global.json
74
74
-
Original file line number Diff line number Diff line change 72
72
restore-keys : node-${{ runner.os }}
73
73
-
74
74
name : Setup .NET SDK
75
- uses : actions/setup-dotnet@v4
75
+ uses : actions/setup-dotnet@v5
76
76
with :
77
77
global-json-file : global.json
78
78
-
Original file line number Diff line number Diff line change 42
42
uses : actions/checkout@v5
43
43
-
44
44
name : Setup .NET SDK
45
- uses : actions/setup-dotnet@v4
45
+ uses : actions/setup-dotnet@v5
46
46
with :
47
47
global-json-file : global.json
48
48
-
Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@v5
23
23
-
24
24
name : Setup .NET SDK
25
- uses : actions/setup-dotnet@v4
25
+ uses : actions/setup-dotnet@v5
26
26
with :
27
27
global-json-file : global.json
28
28
-
Original file line number Diff line number Diff line change 42
42
uses : actions/checkout@v5
43
43
-
44
44
name : Setup .NET SDK
45
- uses : actions/setup-dotnet@v4
45
+ uses : actions/setup-dotnet@v5
46
46
with :
47
47
global-json-file : global.json
48
48
-
Original file line number Diff line number Diff line change 21
21
fetch-depth : 0
22
22
-
23
23
name : Setup .NET SDK
24
- uses : actions/setup-dotnet@v4
24
+ uses : actions/setup-dotnet@v5
25
25
with :
26
26
global-json-file : global.json
27
27
-
You can’t perform that action at this time.
0 commit comments