Skip to content

Commit 8200fde

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 865c519 commit 8200fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: git lfs pull
5959

6060
- name: Install NuGet
61-
uses: NuGet/setup-nuget@v2
61+
uses: NuGet/setup-nuget@v3
6262

6363
- name: Setup NuGet Cache
6464
uses: actions/cache@v5
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/checkout@v6
112112

113113
- name: Install NuGet
114-
uses: NuGet/setup-nuget@v2
114+
uses: NuGet/setup-nuget@v3
115115

116116
- name: Setup Git
117117
shell: bash

0 commit comments

Comments
 (0)