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 4949 - name : Setup .NET
5050 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5151 with :
52- dotnet-version : 9 .0.x
52+ dotnet-version : 10 .0.x
5353
5454 # Initializes the CodeQL tools for scanning.
5555 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3434 - name : Setup .NET
3535 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
3636 with :
37- dotnet-version : 9 .0.x
37+ dotnet-version : 10 .0.x
3838 - name : Rename executable for beta
3939 if : contains(github.ref_name, '-beta')
4040 run : |
Original file line number Diff line number Diff line change 2222 - name : Setup .NET
2323 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2424 with :
25- dotnet-version : 9 .0.x
25+ dotnet-version : 10 .0.x
2626 - name : Restore workloads
2727 run : dotnet workload restore
2828 - name : Restore dependencies
You can’t perform that action at this time.
0 commit comments