Bump NuGet/setup-nuget from 1.2.0 to 2.0.0

Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/nuget/setup-nuget/releases)
- [Commits](https://github.com/nuget/setup-nuget/compare/v1.2.0...v2.0.0)

---
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>
This commit is contained in:
dependabot[bot]
2024-04-16 22:32:19 +00:00
committed by GitHub
parent a944b75918
commit f3d3d1c753
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
- name: Setup NuGet.exe for use with actions
uses: NuGet/setup-nuget@v1.2.0
uses: NuGet/setup-nuget@v2.0.0
- name: Restore NuGet Packages
run: nuget restore
- name: Setup java