File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 distribution : ' microsoft'
3030 java-version : ' 17'
3131 - name : Setup dotnet 8.x
32- uses : actions/setup-dotnet@v4
32+ uses : actions/setup-dotnet@v5
3333 with :
3434 dotnet-version : 8.x
3535 - name : Setup dotnet 9.x
36- uses : actions/setup-dotnet@v4
36+ uses : actions/setup-dotnet@v5
3737 with :
3838 dotnet-version : 9.x
3939 - name : Install dotnet-sonarscanner
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 steps :
2525 - uses : actions/checkout@v5
2626 - name : Setup dotnet 8.x
27- uses : actions/setup-dotnet@v4
27+ uses : actions/setup-dotnet@v5
2828 with :
2929 dotnet-version : 8.x
3030 - name : Setup dotnet 9.x
31- uses : actions/setup-dotnet@v4
31+ uses : actions/setup-dotnet@v5
3232 with :
3333 dotnet-version : 9.x
3434 - name : Set RELEASE_VERSION variable from tag
You can’t perform that action at this time.
0 commit comments