From 97fa91b34c7eb49b217038e16bb4d7e1664558af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:10:44 +0000 Subject: [PATCH] chore(deps): Bump dotnet/nbgv in the github-actions-dependencies group Bumps the github-actions-dependencies group with 1 update: [dotnet/nbgv](https://github.com/dotnet/nbgv). Updates `dotnet/nbgv` from a776da7e5cb9880ff2cd046e8148564a462de00e to 3631c36b705040f4e025c3afab07bde0f71daba5 - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](https://github.com/dotnet/nbgv/compare/a776da7e5cb9880ff2cd046e8148564a462de00e...3631c36b705040f4e025c3afab07bde0f71daba5) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-version: 3631c36b705040f4e025c3afab07bde0f71daba5 dependency-type: direct:production dependency-group: github-actions-dependencies ... 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 36b838ac..0f893ff3 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@a776da7e5cb9880ff2cd046e8148564a462de00e # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) + uses: dotnet/nbgv@3631c36b705040f4e025c3afab07bde0f71daba5 # 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 a55620e0..578aa688 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@a776da7e5cb9880ff2cd046e8148564a462de00e # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) + uses: dotnet/nbgv@3631c36b705040f4e025c3afab07bde0f71daba5 # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) with: setAllVars: true