Skip to content

Commit

Permalink
build(deps): Bump nuget/setup-nuget from 1 to 2 (#297)
Browse files Browse the repository at this point in the history
Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 1 to 2.
- [Release notes](https://github.com/nuget/setup-nuget/releases)
- [Commits](NuGet/setup-nuget@v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2024
1 parent 1d2bba1 commit 1f8fd98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
6.0.x
7.0.x
- uses: nuget/setup-nuget@v1
- uses: nuget/setup-nuget@v2
name: Setup NuGet

- name: Install DotNet workloads
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
dotnet-version: 6.0.x
include-prerelease: true

- uses: nuget/setup-nuget@v1
- uses: nuget/setup-nuget@v2
name: Setup NuGet

- name: Install DotNet workloads
Expand Down

0 comments on commit 1f8fd98

Please sign in to comment.