Skip to content

Commit

Permalink
Merge pull request #6 from szymmirr/dependabot/github_actions/NuGet/s…
Browse files Browse the repository at this point in the history
…etup-nuget-2

Bump NuGet/setup-nuget from 1 to 2
  • Loading branch information
szymmirr authored Feb 6, 2024
2 parents 3b743fd + e9c348d commit 487d624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: microsoft/setup-msbuild@v2

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

- name: Restore NuGet packages
run: nuget restore WindowsFormsApplication1.sln
Expand Down

0 comments on commit 487d624

Please sign in to comment.