From 83ca511671a0fb08c7357bb928707750741e38da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:04:12 +0000 Subject: [PATCH] Bump NuGet/login from 1.1.0 to 1.2.0 Bumps [NuGet/login](https://github.com/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 ... 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 c9fce640..4dbccf26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: NuGet login id: login - uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544 # v1 + uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 # v1 with: user: ${{ secrets.NUGET_USER }}