diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 131724bf..4f65f917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: fail-fast: false steps: - name: Checkout - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v4.1.2 with: submodules: true - name: Build Windows @@ -60,7 +60,7 @@ jobs: if: runner.os == 'Linux' run: ./dockerbuild.sh - name: Upload artifacts - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.3.1 with: name: ${{ matrix.name }} path: nuget.package/runtimes/${{ matrix.name }} @@ -72,26 +72,26 @@ jobs: DOTNET_NOLOGO: true steps: - name: Checkout - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v4.1.2 with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v3.0.3 + uses: actions/setup-dotnet@v4.0.0 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Install MinVer run: dotnet tool install --global minver-cli - name: Run MinVer id: minver run: echo "version=$(minver)" >> $env:GITHUB_OUTPUT - name: Download artifacts - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.4 with: path: nuget.package/runtimes/ - name: Create package run: ./nuget.exe Pack nuget.package/NativeBinaries.nuspec -Version ${{ steps.minver.outputs.version }} -NoPackageAnalysis - name: Upload NuGet package - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.3.1 with: name: NuGet package path: ./*.nupkg diff --git a/libgit2 b/libgit2 index a2bde637..a418d9d4 160000 --- a/libgit2 +++ b/libgit2 @@ -1 +1 @@ -Subproject commit a2bde63741977ca0f4ef7db2f609df320be67a08 +Subproject commit a418d9d4ab87bae16b87d8f37143a4687ae0e4b2 diff --git a/nuget.exe b/nuget.exe index 70909263..a6caf01c 100644 Binary files a/nuget.exe and b/nuget.exe differ diff --git a/nuget.package/build/LibGit2Sharp.NativeBinaries.props b/nuget.package/build/LibGit2Sharp.NativeBinaries.props index 34b29daa..29324682 100644 --- a/nuget.package/build/LibGit2Sharp.NativeBinaries.props +++ b/nuget.package/build/LibGit2Sharp.NativeBinaries.props @@ -1,7 +1,7 @@ - + $(MSBuildThisFileFullPath) - a2bde63741977ca0f4ef7db2f609df320be67a08 - git2-a2bde63 + a418d9d4ab87bae16b87d8f37143a4687ae0e4b2 + git2-a418d9d diff --git a/nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props b/nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props index b253f80c..5fc0759a 100644 --- a/nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props +++ b/nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props @@ -1,8 +1,8 @@ - + $(MSBuildThisFileFullPath) - a2bde63741977ca0f4ef7db2f609df320be67a08 - git2-a2bde63 + a418d9d4ab87bae16b87d8f37143a4687ae0e4b2 + git2-a418d9d diff --git a/nuget.package/libgit2/LibGit2Sharp.dll.config b/nuget.package/libgit2/LibGit2Sharp.dll.config index fe8e43eb..81ed6243 100644 --- a/nuget.package/libgit2/LibGit2Sharp.dll.config +++ b/nuget.package/libgit2/LibGit2Sharp.dll.config @@ -1,7 +1,7 @@ - - - - - - + + + + + + diff --git a/nuget.package/libgit2/libgit2_hash.txt b/nuget.package/libgit2/libgit2_hash.txt index f10184f2..d451c953 100644 --- a/nuget.package/libgit2/libgit2_hash.txt +++ b/nuget.package/libgit2/libgit2_hash.txt @@ -1 +1 @@ -a2bde63741977ca0f4ef7db2f609df320be67a08 +a418d9d4ab87bae16b87d8f37143a4687ae0e4b2