Skip to content

Commit

Permalink
Bump NuGet/setup-nuget from 1 to 2
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 2697180 commit 5dc65ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: microsoft/setup-msbuild@v1

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

- name: Restore NuGet packages
run: nuget restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: microsoft/[email protected]

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

- name: Restore NuGet packages
run: nuget restore PCAxis.PX-Web.sln
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_px-web_org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: microsoft/[email protected]

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

- name: Restore NuGet packages
run: nuget restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: microsoft/[email protected]

- uses: NuGet/setup-nuget@v1.2.0
- uses: NuGet/setup-nuget@v2

- name: Restore NuGet packages
run: nuget restore
Expand Down

0 comments on commit 5dc65ba

Please sign in to comment.