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.0.3
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 42
42
uses : actions/checkout@v4
43
43
44
44
- name : Setup .NET
45
- uses : actions/setup-dotnet@v3.0.3
45
+ uses : actions/setup-dotnet@v4
46
46
with :
47
47
dotnet-version : 7.0.x
48
48
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