Skip to content

Commit cffcc28

Browse files
Bump nuget/setup-nuget from 2.0.0 to 2.0.1 (#80)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a8fb24 commit cffcc28

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 DataDistributionManagerOpenDDS.mwc
307307
cd ..\..\..
308308
309-
- uses: nuget/[email protected].0
309+
- uses: nuget/[email protected].1
310310
with:
311311
nuget-version: '5.x'
312312
- run: nuget restore src\DataDistributionManager.sln
@@ -432,7 +432,7 @@ jobs:
432432
cd src\documentation
433433
docfx
434434
435-
- uses: nuget/[email protected].0
435+
- uses: nuget/[email protected].1
436436
with:
437437
nuget-version: '5.x'
438438
- run: nuget pack src\packaging\nuget\datadistributionmanager.nuspec

.github/workflows/pullrequest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 DataDistributionManagerOpenDDS.mwc
244244
cd ..\..\..
245245
246-
- uses: nuget/[email protected].0
246+
- uses: nuget/[email protected].1
247247
with:
248248
nuget-version: '5.x'
249249
- run: nuget restore src\DataDistributionManager.sln
@@ -324,7 +324,7 @@ jobs:
324324
CreateJar.bat
325325
cd ..\..
326326
327-
- uses: nuget/[email protected].0
327+
- uses: nuget/[email protected].1
328328
with:
329329
nuget-version: '5.x'
330330
- run: nuget pack src\packaging\nuget\datadistributionmanager.nuspec

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
perl %ACE_ROOT%\bin\mwc.pl -type vs2022 DataDistributionManagerOpenDDS.mwc
252252
cd ..\..\..
253253
254-
- uses: nuget/[email protected].0
254+
- uses: nuget/[email protected].1
255255
with:
256256
nuget-version: '5.x'
257257
- run: nuget restore src\DataDistributionManager.sln
@@ -355,7 +355,7 @@ jobs:
355355
- name: Prepare for Docs packaging
356356
run: Compress-Archive -Path .\docs\* -DestinationPath .\Documentation.zip
357357

358-
- uses: nuget/[email protected].0
358+
- uses: nuget/[email protected].1
359359
with:
360360
nuget-version: '5.x'
361361
- run: nuget pack .\src\packaging\nuget\datadistributionmanager.nuspec
@@ -405,7 +405,7 @@ jobs:
405405
tag: ${{ github.ref }}
406406
overwrite: true
407407

408-
- uses: nuget/[email protected].0
408+
- uses: nuget/[email protected].1
409409
with:
410410
nuget-version: '5.x'
411411

0 commit comments

Comments
 (0)