Skip to content

Commit c364742

Browse files
(dependabot): Bump NuGet/setup-nuget from 2.0.0 to 2.0.1 (#74)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Carrol <[email protected]>
1 parent 209f5d8 commit c364742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-creates-nuget-package.yml

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

3838
- name: Setup NuGet
39-
uses: NuGet/[email protected].0
39+
uses: NuGet/[email protected].1
4040

4141
- name: Restore NuGet
4242
run: nuget restore ${{ github.event.repository.name }}/${{ github.event.repository.name }}.csproj

0 commit comments

Comments
 (0)