Skip to content

Commit 9353839

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

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
@@ -64,7 +64,7 @@ jobs:
6464
run: git lfs pull
6565

6666
- name: Install NuGet
67-
uses: NuGet/setup-nuget@v1
67+
uses: NuGet/setup-nuget@v2
6868

6969
- name: Setup Git
7070
shell: bash
@@ -128,7 +128,7 @@ jobs:
128128
- uses: actions/checkout@v4
129129

130130
- name: Install NuGet
131-
uses: NuGet/setup-nuget@v1
131+
uses: NuGet/setup-nuget@v2
132132

133133
- name: Setup Git
134134
shell: bash

0 commit comments

Comments
 (0)