File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup .NET
1616 uses : actions/setup-dotnet@v4
1717 with :
18- dotnet-version : ' 7 '
18+ dotnet-version : ' 8 '
1919
2020 - name : Fetch Latest .nupkg
2121
Original file line number Diff line number Diff line change 5757 - name : Setup .NET
5858 uses : actions/setup-dotnet@v4
5959 with :
60- dotnet-version : ' 7 '
60+ dotnet-version : ' 8 '
6161
6262 - name : Install dependencies
6363 run : dotnet restore
@@ -100,7 +100,7 @@ jobs:
100100 - name : Setup .NET
101101 uses : actions/setup-dotnet@v4
102102 with :
103- dotnet-version : ' 7 '
103+ dotnet-version : ' 8 '
104104
105105 - name : Install dependencies
106106 run : dotnet restore
Original file line number Diff line number Diff line change 1818 - name : Setup .NET
1919 uses : actions/setup-dotnet@v4
2020 with :
21- dotnet-version : ' 7 '
21+ dotnet-version : ' 8 '
2222
2323 - name : Setup Python
2424 uses : actions/setup-python@v2
4949 - name : setup .NET
5050 uses : actions/setup-dotnet@v4
5151 with :
52- dotnet-version : ' 7 '
52+ dotnet-version : ' 8 '
5353
5454 - name : Setup Cargo/Rust
5555 uses : moonrepo/setup-rust@v1
You can’t perform that action at this time.
0 commit comments