From a9a2a842184d845ee9a4b115d918ebdd69db6870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:23:34 +0000 Subject: [PATCH] Bump dotnet/nbgv from 0.4.0 to 0.4.2 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] --- .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..f4a4804 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.2 id: nbgv - name: publish on version change id: publish_nuget