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 42
42
submodules : true
43
43
44
44
- name : Setup .NET
45
- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
45
+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
46
46
with :
47
47
dotnet-version : ${{ matrix.dotnet }}
48
48
Original file line number Diff line number Diff line change 30
30
with :
31
31
submodules : true
32
32
- name : Setup .NET
33
- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
33
+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
34
34
with :
35
35
dotnet-version : ' 8.0.x'
36
36
- run : dotnet tool install -g dotnet-format
Original file line number Diff line number Diff line change 40
40
submodules : true
41
41
42
42
- name : Setup .NET
43
- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
43
+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
44
44
with :
45
45
dotnet-version : ${{ matrix.dotnet }}
46
46
You can’t perform that action at this time.
0 commit comments