From 1a7966b3545a6901035057b88d29c3391614af7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 07:03:20 +0000 Subject: [PATCH] chore(deps): bump dotnet/nbgv Bumps [dotnet/nbgv](https://github.com/dotnet/nbgv) from 071d632702496c9f570398fbf453c6545c2cf2f0 to 81f7c98786b56d9fa30c96223e7147d9bb582ff7. - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](https://github.com/dotnet/nbgv/compare/071d632702496c9f570398fbf453c6545c2cf2f0...81f7c98786b56d9fa30c96223e7147d9bb582ff7) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-version: 81f7c98786b56d9fa30c96223e7147d9bb582ff7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 260d1e7d..1cf6b4c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,7 +153,7 @@ jobs: - name: Determine version (NBGV) id: nbgv - uses: dotnet/nbgv@071d632702496c9f570398fbf453c6545c2cf2f0 # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) + uses: dotnet/nbgv@81f7c98786b56d9fa30c96223e7147d9bb582ff7 # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) with: setAllVars: true diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 61d6b5b0..e4dcb564 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -37,7 +37,7 @@ jobs: - name: Determine version (NBGV) id: nbgv - uses: dotnet/nbgv@071d632702496c9f570398fbf453c6545c2cf2f0 # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) + uses: dotnet/nbgv@81f7c98786b56d9fa30c96223e7147d9bb582ff7 # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) with: setAllVars: true