File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v5
22
22
23
23
- name : Setup .NET
24
- uses : actions/setup-dotnet@v4
24
+ uses : actions/setup-dotnet@v5
25
25
with :
26
26
dotnet-version : 6.0.x
27
27
Original file line number Diff line number Diff line change 40
40
41
41
42
42
- name : Setup .NET
43
- uses : actions/setup-dotnet@v4
43
+ uses : actions/setup-dotnet@v5
44
44
with :
45
45
dotnet-version : 6.0.x
46
46
Original file line number Diff line number Diff line change 52
52
53
53
54
54
- name : Setup .NET
55
- uses : actions/setup-dotnet@v4
55
+ uses : actions/setup-dotnet@v5
56
56
with :
57
57
dotnet-version : 6.0.x
58
58
@@ -119,7 +119,7 @@ jobs:
119
119
120
120
121
121
- name : Setup .NET
122
- uses : actions/setup-dotnet@v4
122
+ uses : actions/setup-dotnet@v5
123
123
with :
124
124
dotnet-version : 6.0.x
125
125
You can’t perform that action at this time.
0 commit comments