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 14
14
GITHUB_RUN_NUMBER : ${{ github.run_number }}
15
15
steps :
16
16
- name : Setup .NET
17
- uses : actions/setup-dotnet@v3
17
+ uses : actions/setup-dotnet@v4
18
18
with :
19
19
dotnet-version : 7.0.x
20
20
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
19
19
- name : Setup .NET
20
- uses : actions/setup-dotnet@v3
20
+ uses : actions/setup-dotnet@v4
21
21
with :
22
22
dotnet-version : 7.0.x
23
23
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
35
35
distribution : ' adopt'
36
36
java-version : 17
37
37
- name : Setup .NET 5 # At the moment the scanner requires dotnet 5 https://www.nuget.org/packages/dotnet-sonarscanner
38
- uses : actions/setup-dotnet@v3
38
+ uses : actions/setup-dotnet@v4
39
39
with :
40
40
dotnet-version : 5.0.x
41
41
- name : Setup .NET
42
- uses : actions/setup-dotnet@v3
42
+ uses : actions/setup-dotnet@v4
43
43
with :
44
44
dotnet-version : 7.0.x
45
45
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments