Bump NuGet/setup-nuget from 2.0.0 to 2.0.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-04 10:08:42 +00:00
committed by GitHub
parent e851c815fc
commit 3ef1a00c6d
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2.0.0
- name: Setup NuGet.exe for use with actions
uses: NuGet/setup-nuget@v2.0.0
uses: NuGet/setup-nuget@v2.0.1
- name: Restore NuGet Packages
run: nuget restore
- name: Setup java