Skip to content

Commit

Permalink
(dependabot): Bump NuGet/setup-nuget from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent d5e32be commit 523d8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ct-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Setup NuGet
uses: NuGet/setup-nuget@v2.0.0
uses: NuGet/setup-nuget@v2.0.1

- name: Restore NuGet
run: nuget restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-creates-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: microsoft/setup-msbuild@v2

- name: Setup NuGet
uses: NuGet/setup-nuget@v2.0.0
uses: NuGet/setup-nuget@v2.0.1

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

0 comments on commit 523d8de

Please sign in to comment.