Skip to content

Commit

Permalink
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 Nov 4, 2024
1 parent 0a8fb24 commit b325141
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 @@ -306,7 +306,7 @@ jobs:
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 DataDistributionManagerOpenDDS.mwc
cd ..\..\..
- uses: nuget/setup-nuget@v2.0.0
- uses: nuget/setup-nuget@v2.0.1
with:
nuget-version: '5.x'
- run: nuget restore src\DataDistributionManager.sln
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
cd src\documentation
docfx
- uses: nuget/setup-nuget@v2.0.0
- uses: nuget/setup-nuget@v2.0.1
with:
nuget-version: '5.x'
- run: nuget pack src\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 @@ -243,7 +243,7 @@ jobs:
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 DataDistributionManagerOpenDDS.mwc
cd ..\..\..
- uses: nuget/setup-nuget@v2.0.0
- uses: nuget/setup-nuget@v2.0.1
with:
nuget-version: '5.x'
- run: nuget restore src\DataDistributionManager.sln
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
CreateJar.bat
cd ..\..
- uses: nuget/setup-nuget@v2.0.0
- uses: nuget/setup-nuget@v2.0.1
with:
nuget-version: '5.x'
- run: nuget pack src\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 @@ -251,7 +251,7 @@ jobs:
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 DataDistributionManagerOpenDDS.mwc
cd ..\..\..
- uses: nuget/setup-nuget@v2.0.0
- uses: nuget/setup-nuget@v2.0.1
with:
nuget-version: '5.x'
- run: nuget restore src\DataDistributionManager.sln
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
- name: Prepare for Docs packaging
run: Compress-Archive -Path .\docs\* -DestinationPath .\Documentation.zip

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

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

Expand Down

0 comments on commit b325141

Please sign in to comment.