Skip to content

Commit 01ae699

Browse files
Bump NuGet/setup-nuget from 2.0.0 to 2.0.1 (#25)
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](NuGet/setup-nuget@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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2eeb44 commit 01ae699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msi-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: microsoft/setup-msbuild@v2
3030

3131
- name: Setup NuGet.exe for use with actions
32-
uses: NuGet/setup-nuget@v2.0.0
32+
uses: NuGet/setup-nuget@v2.0.1
3333

3434
- name: Restore NuGet Packages
3535
run: nuget restore WixInstallerExamples.sln

0 commit comments

Comments
 (0)