Skip to content

Commit

Permalink
build(deps): 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 9ce5e83 commit ec589b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup NuGet
uses: NuGet/[email protected].0
uses: NuGet/[email protected].1
- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
- name: Restore Packages and build solution
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup NuGet
uses: NuGet/[email protected].0
uses: NuGet/[email protected].1
- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
- name: Semantic Release
Expand Down

0 comments on commit ec589b9

Please sign in to comment.