From 41541f77da5171f34903ba57617564a3befe681a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 22:06:47 +0000 Subject: [PATCH] Bump the github-actions group across 2 directories with 1 update Bumps the github-actions group with 1 update in the / directory: [NuGet/login](https://github.com/nuget/login). Bumps the github-actions group with 1 update in the /.github/workflows directory: [NuGet/login](https://github.com/nuget/login). Updates `NuGet/login` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/nuget/login/releases) - [Commits](https://github.com/nuget/login/compare/d22cc5f58ff5b88bf9bd452535b4335137e24544...8d196754b4036150537f80ac539e15c2f1028841) Updates `NuGet/login` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/nuget/login/releases) - [Commits](https://github.com/nuget/login/compare/d22cc5f58ff5b88bf9bd452535b4335137e24544...8d196754b4036150537f80ac539e15c2f1028841) Updates `NuGet/login` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/nuget/login/releases) - [Commits](https://github.com/nuget/login/compare/d22cc5f58ff5b88bf9bd452535b4335137e24544...8d196754b4036150537f80ac539e15c2f1028841) Updates `NuGet/login` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/nuget/login/releases) - [Commits](https://github.com/nuget/login/compare/d22cc5f58ff5b88bf9bd452535b4335137e24544...8d196754b4036150537f80ac539e15c2f1028841) --- updated-dependencies: - dependency-name: NuGet/login dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: NuGet/login dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cebf483d..b55359b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: # Get a short-lived NuGet API key - name: NuGet login (OIDC → temp API key) - uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544 # v1 + uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1 id: login with: user: ${{ secrets.NUGET_USER }}