Skip to content

Commit

Permalink
chore(deps): update nuget/setup-nuget action to v2 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent 8289ccb commit bf613c0
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 bf613c0

Please sign in to comment.