From 11933fc3d7052443463ea3127fc017f7a1b8473e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:21:22 +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/push-client.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-client.yml b/.github/workflows/push-client.yml index b447f867d..69470bdf9 100644 --- a/.github/workflows/push-client.yml +++ b/.github/workflows/push-client.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-dotnet@v5 - name: Obtain NuGet key # this hash is v1.1.0 - uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544 + uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 id: login with: user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d37fc4a9..5da8fcd8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: dotnet fsi build.fsx -p Init - name: Obtain NuGet key # this hash is v1.1.0 - uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544 + uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841 id: login with: user: ${{ secrets.NUGET_USER }}