File tree 3 files changed +13
-14
lines changed
3 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v4
10
10
with :
11
11
submodules : recursive
12
- - name : Setup .NET Core SDK 6.0.x
13
- uses : actions/setup-dotnet@v1.7.2
12
+ - name : Setup .NET
13
+ uses : actions/setup-dotnet@v4
14
14
with :
15
- dotnet-version : ' 6.0.x'
16
- - name : Setup .NET Core SDK 3.1.x
17
-
18
- with :
19
- dotnet-version : ' 3.1.x'
15
+ dotnet-version : |
16
+ 8.0.x
17
+ 6.0.x
18
+ 3.1.x
20
19
- name : Install dependencies
21
20
run : dotnet restore
22
21
- name : Build
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
EXPECTED_VERSION : ${{inputs.version }}
20
20
EXPECTED_LUMINA_VERSION : ${{inputs.lumina-version }}
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
submodules : recursive
25
25
- name : Setup .NET
26
- uses : actions/setup-dotnet@v3
26
+ uses : actions/setup-dotnet@v4
27
27
with :
28
- dotnet-version : 6 .0.x
28
+ dotnet-version : 8 .0.x
29
29
- name : Restore dependencies
30
30
run : dotnet restore
31
31
- name : Build
Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ jobs:
79
79
EXPECTED_VERSION : ${{needs.tag.outputs.version }}
80
80
EXPECTED_LUMINA_VERSION : ${{needs.tag-lumina.outputs.version }}
81
81
steps :
82
- - uses : actions/checkout@v3
82
+ - uses : actions/checkout@v4
83
83
with :
84
84
submodules : recursive
85
85
- name : Setup .NET
86
- uses : actions/setup-dotnet@v3
86
+ uses : actions/setup-dotnet@v4
87
87
with :
88
- dotnet-version : 6 .0.x
88
+ dotnet-version : 8 .0.x
89
89
- name : Restore dependencies
90
90
run : dotnet restore
91
91
- name : Build
You can’t perform that action at this time.
0 commit comments