From dd36e21fe128146475786108ac40445155a360a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:51:23 +0200 Subject: [PATCH] Bump dotnet/nbgv from 0.4.0 to 0.4.2 (#65) Bumps [dotnet/nbgv](https://github.com/dotnet/nbgv) from 0.4.0 to 0.4.2. - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](https://github.com/dotnet/nbgv/compare/v0.4.0...v0.4.2) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0252cb8..11dc9a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: run: dir packages - name: Push packages run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json - - uses: dotnet/nbgv@v0.4.0 + - uses: dotnet/nbgv@v0.4.2 id: nbgv - name: Create GitHub release