Skip to content

Commit 11933fc

Browse files
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](NuGet/login@d22cc5f...8d19675) --- 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] <support@github.com>
1 parent d650718 commit 11933fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-dotnet@v5
2222
- name: Obtain NuGet key
2323
# this hash is v1.1.0
24-
uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544
24+
uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841
2525
id: login
2626
with:
2727
user: ${{ secrets.NUGET_USER }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet fsi build.fsx -p Init
2626
- name: Obtain NuGet key
2727
# this hash is v1.1.0
28-
uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544
28+
uses: NuGet/login@8d196754b4036150537f80ac539e15c2f1028841
2929
id: login
3030
with:
3131
user: ${{ secrets.NUGET_USER }}

0 commit comments

Comments
 (0)