File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Setup necessary dotnet SDKs
22- uses : actions/setup-dotnet@v3
22+ uses : actions/setup-dotnet@v4
2323 with :
2424 global-json-file : global.json
2525 dotnet-version : |
4949 - uses : actions/checkout@v4
5050
5151 - name : Build and run dev container task
52- uses : devcontainers/ci@v0.4
52+ uses : devcontainers/ci@v0.5
5353 with :
5454 runCmd : |
5555 chmod +x ./build.sh
Original file line number Diff line number Diff line change 3030 - name : Setup Pages
3131 uses : actions/configure-pages@v4
3232 - name : Setup necessary dotnet SDKs
33- uses : actions/setup-dotnet@v3
33+ uses : actions/setup-dotnet@v4
3434 with :
3535 global-json-file : global.json
3636 dotnet-version : |
4141 ./build.sh builddocs
4242
4343 - name : Upload artifact
44- uses : actions/upload-pages-artifact@v2
44+ uses : actions/upload-pages-artifact@v4
4545 with :
4646 path : docs/
4747
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222
2323 - name : Setup necessary dotnet SDKs
24- uses : actions/setup-dotnet@v3
24+ uses : actions/setup-dotnet@v4
2525 with :
2626 global-json-file : global.json
2727 dotnet-version : |
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Setup necessary dotnet SDKs
21- uses : actions/setup-dotnet@v3
21+ uses : actions/setup-dotnet@v4
2222 with :
2323 global-json-file : global.json
2424 dotnet-version : |
You can’t perform that action at this time.
0 commit comments