File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
fetch-depth : 0
20
20
21
21
- name : Setup .NET Core 6.0.x, 7.0.x
22
- uses : actions/setup-dotnet@v3
22
+ uses : actions/setup-dotnet@v4
23
23
with :
24
24
dotnet-version : |
25
25
6.0.x
36
36
fetch-depth : 0
37
37
38
38
- name : Setup .NET Core 6.0.x, 7.0.x
39
- uses : actions/setup-dotnet@v3
39
+ uses : actions/setup-dotnet@v4
40
40
with :
41
41
dotnet-version : |
42
42
6.0.x
Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
24
24
- name : Setup .NET Core 7.0.x
25
- uses : actions/setup-dotnet@v3
25
+ uses : actions/setup-dotnet@v4
26
26
with :
27
27
dotnet-version : ' 7.0.x'
28
28
Original file line number Diff line number Diff line change 21
21
uses : actions/checkout@v4
22
22
23
23
- name : Setup .NET Core 7.0
24
- uses : actions/setup-dotnet@v3
24
+ uses : actions/setup-dotnet@v4
25
25
with :
26
26
dotnet-version : 7.0.x
27
27
Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Setup .NET Core 6.0.x, 7.0.x
27
- uses : actions/setup-dotnet@v3
27
+ uses : actions/setup-dotnet@v4
28
28
with :
29
29
dotnet-version : |
30
30
6.0.x
Original file line number Diff line number Diff line change 24
24
25
25
- name : Setup .NET Core 6.0.x, 7.0.x
26
26
if : ${{ steps.release.outputs.releases_created }}
27
- uses : actions/setup-dotnet@v3
27
+ uses : actions/setup-dotnet@v4
28
28
with :
29
29
dotnet-version : |
30
30
6.0.x
You can’t perform that action at this time.
0 commit comments