Skip to content

Commit

Permalink
Bump nuget/setup-nuget from 1.2.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/nuget/setup-nuget/releases)
- [Commits](NuGet/setup-nuget@v1.2.0...v2.0.0)

---
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>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 7831752 commit 148c36a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 DataDistributionManagerOpenDDS.mwc
cd ..\..
- uses: nuget/setup-nuget@v1.2.0
- uses: nuget/setup-nuget@v2.0.0
with:
nuget-version: '5.x'
- run: nuget restore src\DataDistributionManager.sln
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
cd src\Documentation
docfx
- uses: nuget/setup-nuget@v1.2.0
- uses: nuget/setup-nuget@v2.0.0
with:
nuget-version: '5.x'
- run: nuget pack packaging\nuget\datadistributionmanager.nuspec
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 DataDistributionManagerOpenDDS.mwc
cd ..\..
- uses: nuget/setup-nuget@v1.2.0
- uses: nuget/setup-nuget@v2.0.0
with:
nuget-version: '5.x'
- run: nuget restore src\DataDistributionManager.sln
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
CreateJar.bat
cd ..\..
- uses: nuget/setup-nuget@v1.2.0
- uses: nuget/setup-nuget@v2.0.0
with:
nuget-version: '5.x'
- run: nuget pack packaging\nuget\datadistributionmanager.nuspec
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 DataDistributionManagerOpenDDS.mwc
cd ..\..
- uses: nuget/setup-nuget@v1.2.0
- uses: nuget/setup-nuget@v2.0.0
with:
nuget-version: '5.x'
- run: nuget restore src\DataDistributionManager.sln
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
- name: Prepare for Docs packaging
run: Compress-Archive -Path .\docs\* -DestinationPath .\Documentation.zip

- uses: nuget/setup-nuget@v1.2.0
- uses: nuget/setup-nuget@v2.0.0
with:
nuget-version: '5.x'
- run: nuget pack packaging\nuget\datadistributionmanager.nuspec
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
tag: ${{ github.ref }}
overwrite: true

- uses: nuget/setup-nuget@v1.2.0
- uses: nuget/setup-nuget@v2.0.0
with:
nuget-version: '5.x'

Expand Down

0 comments on commit 148c36a

Please sign in to comment.