Skip to content

Commit 49fb282

Browse files
committed
update github actions
1 parent 70d62d5 commit 49fb282

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
runs-on: ubuntu-20.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2.3.4
18+
uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
2121
- name: Install .NET SDK
22-
uses: actions/setup-dotnet@v1.8.1
22+
uses: actions/setup-dotnet@v3
2323
with:
2424
dotnet-version: 6.0.x
2525
- name: Build
2626
run: dotnet build LibGit2Sharp.sln --configuration Release
2727
- name: Upload packages
28-
uses: actions/upload-artifact@v2.2.4
28+
uses: actions/upload-artifact@v3
2929
with:
3030
name: NuGet packages
3131
path: bin/Packages/
@@ -44,11 +44,11 @@ jobs:
4444
fail-fast: false
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v2.3.4
47+
uses: actions/checkout@v3
4848
with:
4949
fetch-depth: 0
5050
- name: Install .NET SDK
51-
uses: actions/setup-dotnet@v1.8.1
51+
uses: actions/setup-dotnet@v3
5252
with:
5353
dotnet-version: 6.0.x
5454
- name: Install .NET Core 3.1 runtime
@@ -86,7 +86,7 @@ jobs:
8686
fail-fast: false
8787
steps:
8888
- name: Checkout
89-
uses: actions/checkout@v2.3.4
89+
uses: actions/checkout@v3
9090
with:
9191
fetch-depth: 0
9292
- name: Setup QEMU

0 commit comments

Comments
 (0)