File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
11
11
build :
12
- runs-on : ubuntu-18 .04
12
+ runs-on : ubuntu-22 .04
13
13
env :
14
14
DOTNET_NOLOGO : true
15
15
16
16
steps :
17
17
- name : Check out our repo
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
20
20
# We need the .NET Core 3.1 runtime for testing
21
21
- name : Setup .NET Core 3.1
22
- uses : actions/setup-dotnet@v1
22
+ uses : actions/setup-dotnet@v3
23
23
with :
24
24
dotnet-version : 3.1.x
25
25
26
26
# Build with .NET 6.0 SDK
27
27
- name : Setup .NET 6.0
28
- uses : actions/setup-dotnet@v1
28
+ uses : actions/setup-dotnet@v3
29
29
with :
30
30
dotnet-version : 6.0.x
31
31
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
9
9
release :
10
- runs-on : ubuntu-18 .04
10
+ runs-on : ubuntu-22 .04
11
11
env :
12
12
DOTNET_NOLOGO : true
13
13
14
14
steps :
15
15
- name : Check out our repo
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
18
18
# We need the .NET Core 3.1 runtime for testing
19
19
- name : Setup .NET Core 3.1
20
- uses : actions/setup-dotnet@v1
20
+ uses : actions/setup-dotnet@v3
21
21
with :
22
22
dotnet-version : 3.1.x
23
23
24
24
# Build with .NET 6.0 SDK
25
25
- name : Setup .NET 6.0
26
- uses : actions/setup-dotnet@v1
26
+ uses : actions/setup-dotnet@v3
27
27
with :
28
28
dotnet-version : 6.0.x
29
29
You can’t perform that action at this time.
0 commit comments