From cf557c426edd670f558d4d22cd9575049a193716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:38:23 +0000 Subject: [PATCH] Bump dotnet/nbgv from 0.4.0 to 0.4.1 Bumps [dotnet/nbgv](https://github.com/dotnet/nbgv) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](https://github.com/dotnet/nbgv/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 8a8965f..70fd4d8 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.1 id: nbgv - name: Create GitHub release