File tree 1 file changed +6
-6
lines changed
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-22.04
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v3.5.0
18
+ uses : actions/checkout@v4.1.2
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Install .NET SDK
22
- uses : actions/setup-dotnet@v3 .0.3
22
+ uses : actions/setup-dotnet@v4 .0.0
23
23
with :
24
24
dotnet-version : 8.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@v3.1.2
28
+ uses : actions/upload-artifact@v4.3.1
29
29
with :
30
30
name : NuGet packages
31
31
path : artifacts/package/
@@ -46,11 +46,11 @@ jobs:
46
46
fail-fast : false
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@v3.5.0
49
+ uses : actions/checkout@v4.1.2
50
50
with :
51
51
fetch-depth : 0
52
52
- name : Install .NET SDK
53
- uses : actions/setup-dotnet@v3 .0.3
53
+ uses : actions/setup-dotnet@v4 .0.0
54
54
with :
55
55
dotnet-version : |
56
56
8.0.x
86
86
fail-fast : false
87
87
steps :
88
88
- name : Checkout
89
- uses : actions/checkout@v3.5.0
89
+ uses : actions/checkout@v4.1.2
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