Skip to content

Commit 683435b

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 6096704 commit 683435b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: git lfs pull
7474

7575
- name: NuGet Install
76-
uses: NuGet/setup-nuget@v1
76+
uses: NuGet/setup-nuget@v2
7777

7878
- name: NuGet Setup Cache
7979
uses: actions/cache@v3
@@ -175,7 +175,7 @@ jobs:
175175
submodules: recursive
176176

177177
- name: NuGet Install
178-
uses: NuGet/setup-nuget@v1
178+
uses: NuGet/setup-nuget@v2
179179

180180
- name: NuGet Setup Cache
181181
uses: actions/cache@v3

0 commit comments

Comments
 (0)