From 9b2def962a7fc0c2dbeddc63508730cda74cc5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 23:24:38 +0000 Subject: [PATCH] Bump dotnet/nbgv from 0.5.1 to 0.5.2 Bumps [dotnet/nbgv](https://github.com/dotnet/nbgv) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](https://github.com/dotnet/nbgv/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48f2c58..aff90f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Nerdbank.GitVersioning - uses: dotnet/nbgv@v0.5.1 + uses: dotnet/nbgv@v0.5.2 with: # Defines ALL version variables as environment variables, with a "NBGV_" prefix. setAllVars: true