From d687bf4e13a60f44cb52267b8d948294153aacc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:09:26 +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 fbf134967b62979a9fd274dce17e13682def693e to 305c840d64f86cec5a7727df1c19b3282d468220 - [Release notes](https://github.com/dotnet/nbgv/releases) - [Commits](https://github.com/dotnet/nbgv/compare/fbf134967b62979a9fd274dce17e13682def693e...305c840d64f86cec5a7727df1c19b3282d468220) --- updated-dependencies: - dependency-name: dotnet/nbgv dependency-version: 305c840d64f86cec5a7727df1c19b3282d468220 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 a1402c5d..ee70596c 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@fbf134967b62979a9fd274dce17e13682def693e # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) + uses: dotnet/nbgv@305c840d64f86cec5a7727df1c19b3282d468220 # 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 962ea836..8d300001 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@fbf134967b62979a9fd274dce17e13682def693e # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) + uses: dotnet/nbgv@305c840d64f86cec5a7727df1c19b3282d468220 # node24 (unreleased past v0.5.1; pin SHA until v0.5.2 ships) with: setAllVars: true