Skip to content

Commit 1be14ba

Browse files
committed
Update action versions
1 parent d064794 commit 1be14ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 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.5.0
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.0.3
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.1.2
2929
with:
3030
name: NuGet packages
3131
path: bin/Packages/
@@ -44,16 +44,16 @@ jobs:
4444
fail-fast: false
4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v2.3.4
47+
uses: actions/checkout@v3.5.0
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.0.3
5252
with:
5353
dotnet-version: 6.0.x
5454
- name: Install .NET Core 3.1 runtime
5555
if: matrix.tfm == 'netcoreapp3.1'
56-
uses: actions/setup-dotnet@v1.8.1
56+
uses: actions/setup-dotnet@v3.0.3
5757
with:
5858
dotnet-version: 3.1.x
5959
- name: Run ${{ matrix.tfm }} tests
@@ -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.5.0
9090
with:
9191
fetch-depth: 0
9292
- name: Setup QEMU

0 commit comments

Comments
 (0)