Skip to content

Commit d2d0193

Browse files
Bump nuget/setup-nuget from 2.0.1 to 3.0.0
Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](NuGet/setup-nuget@v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: nuget/setup-nuget dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f17d01c commit d2d0193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: microsoft/setup-msbuild@v2.0.0
1616

1717
- name: Setup NuGet
18-
uses: nuget/setup-nuget@v2.0.1
18+
uses: nuget/setup-nuget@v3.0.0
1919

2020
- name: Restore NuGet packages
2121
run: nuget restore PatternFileMover.sln

0 commit comments

Comments
 (0)