File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
15
15
runs-on : ubuntu-20.04
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v2.3.4
18
+ uses : actions/checkout@v3
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Install .NET SDK
22
- uses : actions/setup-dotnet@v1.8.1
22
+ uses : actions/setup-dotnet@v3
23
23
with :
24
24
dotnet-version : 6.0.x
25
25
- name : Build
26
26
run : dotnet build LibGit2Sharp.sln --configuration Release
27
27
- name : Upload packages
28
- uses : actions/upload-artifact@v2.2.4
28
+ uses : actions/upload-artifact@v3
29
29
with :
30
30
name : NuGet packages
31
31
path : bin/Packages/
@@ -44,11 +44,11 @@ jobs:
44
44
fail-fast : false
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@v2.3.4
47
+ uses : actions/checkout@v3
48
48
with :
49
49
fetch-depth : 0
50
50
- name : Install .NET SDK
51
- uses : actions/setup-dotnet@v1.8.1
51
+ uses : actions/setup-dotnet@v3
52
52
with :
53
53
dotnet-version : 6.0.x
54
54
- name : Install .NET Core 3.1 runtime
86
86
fail-fast : false
87
87
steps :
88
88
- name : Checkout
89
- uses : actions/checkout@v2.3.4
89
+ uses : actions/checkout@v3
90
90
with :
91
91
fetch-depth : 0
92
92
- name : Setup QEMU
You can’t perform that action at this time.
0 commit comments