Skip to content

Commit

Permalink
build(deps): bump nuget/setup-nuget from 1 to 2 (#207)
Browse files Browse the repository at this point in the history
Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2.
- [Release notes](https://github.com/nuget/setup-nuget/releases)
- [Commits](NuGet/setup-nuget@v1...v2)

---
updated-dependencies:
- dependency-name: nuget/setup-nuget
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 2, 2024
1 parent 2061788 commit e557738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: dotnet pack --configuration=${{ env.configuration }} --verbosity=minimal --no-restore
working-directory: src

- uses: nuget/setup-nuget@v1
- uses: nuget/setup-nuget@v2
name: Setup NuGet

# Decode the base 64 encoded pfx and save the Signing_Certificate
Expand Down

0 comments on commit e557738

Please sign in to comment.