Skip to content

Commit 21a754d

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 33413cd commit 21a754d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0 # needed for GitVersioning to work
2424
- name: Setup NuGet
25-
uses: NuGet/setup-nuget@v2
25+
uses: NuGet/setup-nuget@v3
2626
- name: Cache NuGet packages
2727
uses: actions/cache@v5
2828
id: cache
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363
- name: Setup NuGet
64-
uses: NuGet/setup-nuget@v2
64+
uses: NuGet/setup-nuget@v3
6565
- name: Cache NuGet packages
6666
uses: actions/cache@v5
6767
id: cache

0 commit comments

Comments
 (0)