File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments