File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
- uses : actions/checkout@v4
17
17
18
18
- name : Setup .NET 8
19
- uses : actions/setup-dotnet@v4.2 .0
19
+ uses : actions/setup-dotnet@v4.3 .0
20
20
with :
21
21
dotnet-version : 8.0.404
22
22
23
23
- name : Setup .NET 9
24
- uses : actions/setup-dotnet@v4.2 .0
24
+ uses : actions/setup-dotnet@v4.3 .0
25
25
with :
26
26
dotnet-version : 9.0.100
27
27
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
42
42
uses : actions/checkout@v4
43
43
44
44
- name : Setup .NET 8
45
- uses : actions/setup-dotnet@v4.2 .0
45
+ uses : actions/setup-dotnet@v4.3 .0
46
46
with :
47
47
dotnet-version : 8.0.404
48
48
49
49
- name : Setup .NET 9
50
- uses : actions/setup-dotnet@v4.2 .0
50
+ uses : actions/setup-dotnet@v4.3 .0
51
51
with :
52
52
dotnet-version : 9.0.100
53
53
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
uses : actions/checkout@v4
28
28
29
29
- name : Setup .NET 9
30
- uses : actions/setup-dotnet@v4.2 .0
30
+ uses : actions/setup-dotnet@v4.3 .0
31
31
with :
32
32
dotnet-version : 8.0.404
33
33
34
34
- name : Setup .NET 9
35
- uses : actions/setup-dotnet@v4.2 .0
35
+ uses : actions/setup-dotnet@v4.3 .0
36
36
with :
37
37
dotnet-version : 9.0.100
38
38
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- uses : actions/checkout@v4
20
20
21
21
- name : Setup .NET 8
22
- uses : actions/setup-dotnet@v4.2 .0
22
+ uses : actions/setup-dotnet@v4.3 .0
23
23
with :
24
24
dotnet-version : 8.0.404
25
25
26
26
- name : Setup .NET 9
27
- uses : actions/setup-dotnet@v4.2 .0
27
+ uses : actions/setup-dotnet@v4.3 .0
28
28
with :
29
29
dotnet-version : 9.0.100
30
30
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
- uses : actions/checkout@v4
18
18
19
19
- name : Setup .NET 8
20
- uses : actions/setup-dotnet@v4.2 .0
20
+ uses : actions/setup-dotnet@v4.3 .0
21
21
with :
22
22
dotnet-version : 8.0.404
23
23
24
24
- name : Setup .NET 9
25
- uses : actions/setup-dotnet@v4.2 .0
25
+ uses : actions/setup-dotnet@v4.3 .0
26
26
with :
27
27
dotnet-version : 9.0.100
28
28
You can’t perform that action at this time.
0 commit comments