File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 java-version : 11
3232 distribution : " temurin"
33+ - name : Setup .NET 9.0
34+ uses : actions/setup-dotnet@v1
35+ with :
36+ dotnet-version : 9.0.305
3337 - name : Setup .NET 7.0
3438 uses : actions/setup-dotnet@v1
3539 with :
Original file line number Diff line number Diff line change 4040 echo running extras
4141 ${{ matrix.env.extras }}
4242 - name : Cache .tmp, ~/.nuget/packages
43- uses : actions/cache@v2
43+ uses : actions/cache@v3
4444 with :
4545 path : |
4646 .tmp
Original file line number Diff line number Diff line change 5454 echo running extras
5555 ${{ matrix.env.extras }}
5656 - name : Cache .tmp, ~/.nuget/packages
57- uses : actions/cache@v2
57+ uses : actions/cache@v3
5858 with :
5959 path : |
6060 .tmp
Original file line number Diff line number Diff line change 6161 name : ${{ matrix.env.name }} Build
6262 runs-on : ${{ matrix.env.os }}
6363 steps :
64- - uses : actions/checkout@v2
64+ - uses : actions/checkout@v3
6565 with :
6666 token : ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
6767 - name : Checkout submodules, configure git
Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ jobs:
107107 uses : actions/setup-dotnet@v1
108108 with :
109109 dotnet-version : 7.0.102
110+ - name : Setup .NET 9.0
111+ uses : actions/setup-dotnet@v1
112+ with :
113+ dotnet-version : 9.0.305
110114 - name : Build WGPU
111115 run : ${{ matrix.env.nuke_invoke }} Wgpu
112116 env :
You can’t perform that action at this time.
0 commit comments