Skip to content

Commit af3f54c

Browse files
Bump NuGet/setup-nuget from 2 to 3
Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 2 to 3. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](NuGet/setup-nuget@v2...v3) --- updated-dependencies: - dependency-name: NuGet/setup-nuget dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent faa93f8 commit af3f54c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v6.0.2
3434

3535
- name: Setup NuGet.exe
36-
uses: NuGet/setup-nuget@v2
36+
uses: NuGet/setup-nuget@v3
3737

3838
- name: Setup MSBuild.exe
3939
uses: microsoft/setup-msbuild@v3.0.0

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Setup NuGet.exe
33-
uses: NuGet/setup-nuget@v2
33+
uses: NuGet/setup-nuget@v3
3434

3535
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
3636
- name: Setup MSBuild.exe

0 commit comments

Comments
 (0)