File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 name : ${{ matrix.job.os }}-sdk-${{ matrix.tests.sdk-major-minor }}
114114 runs-on : ${{ matrix.job.os }}
115115 steps :
116- - uses : actions/setup-dotnet@v4.3 .1
116+ - uses : actions/setup-dotnet@v5.0 .1
117117 with :
118118 dotnet-version : |
119119 ${{ matrix.tests.sdk }}
Original file line number Diff line number Diff line change 99 infer-sharp :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/setup-dotnet@v4.3 .1
12+ - uses : actions/setup-dotnet@v5.0 .1
1313 with :
1414 dotnet-version : ' 10.0.101'
1515
Original file line number Diff line number Diff line change 1010 release :
1111 runs-on : ubuntu-24.04-arm
1212 steps :
13- - uses : actions/setup-dotnet@v4.3 .1
13+ - uses : actions/setup-dotnet@v5.0 .1
1414 with :
1515 dotnet-version : 10.0.101
1616
You can’t perform that action at this time.
0 commit comments