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 1414 GITHUB_RUN_NUMBER : ${{ github.run_number }}
1515 steps :
1616 - name : Setup .NET
17- uses : actions/setup-dotnet@v3
17+ uses : actions/setup-dotnet@v4
1818 with :
1919 dotnet-version : 7.0.x
2020
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v3
20+ uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : 7.0.x
2323
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 distribution : ' adopt'
3636 java-version : 17
3737 - 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
3939 with :
4040 dotnet-version : 5.0.x
4141 - name : Setup .NET
42- uses : actions/setup-dotnet@v3
42+ uses : actions/setup-dotnet@v4
4343 with :
4444 dotnet-version : 7.0.x
4545 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments