File tree Expand file tree Collapse file tree 3 files changed +12
-19
lines changed
Console/.github/workflows
Library/.github/workflows Expand file tree Collapse file tree 3 files changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,12 @@ jobs:
1818 runs-on : ${{ matrix.os }}
1919
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : Setup necessary dotnet SDKs
23- uses : actions/setup-dotnet@v3
23+ uses : actions/setup-dotnet@v4
2424 with :
25- global-json-file : global.json
2625 dotnet-version : |
27- 6.x
28- 7.x
26+ 8.x
2927
3028 - name : Build via Bash
3129 if : runner.os != 'Windows'
4745 runs-on : ubuntu-latest
4846 steps :
4947
50- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
5149
5250 - name : Build and run dev container task
5351 uses :
devcontainers/[email protected]
Original file line number Diff line number Diff line change @@ -23,15 +23,13 @@ jobs:
2323
2424 steps :
2525 - name : checkout code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
2828 - name : Setup dotnet
29- uses : actions/setup-dotnet@v3
29+ uses : actions/setup-dotnet@v4
3030 with :
3131 dotnet-version : |
32- 6.x
33- 7.x
34- global-json-file : global.json
32+ 8.x
3533
3634 - name : Build
3735 if : runner.os != 'Windows'
5654 runs-on : ubuntu-latest
5755 steps :
5856
59- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v4
6058
6159 - name : Build and run dev container task
6260 uses :
devcontainers/[email protected]
Original file line number Diff line number Diff line change @@ -17,15 +17,12 @@ jobs:
1717 runs-on : ${{ matrix.os }}
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Setup necessary dotnet SDKs
22- uses : actions/setup-dotnet@v3
22+ uses : actions/setup-dotnet@v4
2323 with :
24- global-json-file : global.json
2524 dotnet-version : |
26- 6.x
27- 7.x
28-
25+ 8.x
2926 - name : Build via Bash
3027 if : runner.os != 'Windows'
3128 run : |
4744 runs-on : ubuntu-latest
4845 steps :
4946
50- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
5148
5249 - name : Build and run dev container task
5350 uses :
devcontainers/[email protected]
You can’t perform that action at this time.
0 commit comments