From 080d1992ec631f8c0b983e291a7461dfecabe998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 06:21:49 +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/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 0a32366..0ccd49b 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -20,7 +20,7 @@ jobs: - name: Build with dotnet run: dotnet build --configuration Release - name: Nerdbank.GitVersioning - uses: dotnet/nbgv@v0.4.0 + uses: dotnet/nbgv@v0.4.1 id: nbgv - name: publish on version change id: publish_nuget