From bd9e5b1fca37121334d4c12968e759a38d17ec47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 23:15:55 +0000 Subject: [PATCH] Bump nuget/setup-nuget from 1.0.7 to 1.1.1 Bumps [nuget/setup-nuget](https://github.com/nuget/setup-nuget) from 1.0.7 to 1.1.1. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/v1.0.7...v1.1.1) --- updated-dependencies: - dependency-name: nuget/setup-nuget dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/DV.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DV.yml b/.github/workflows/DV.yml index 7442734e3..5238cb5ea 100644 --- a/.github/workflows/DV.yml +++ b/.github/workflows/DV.yml @@ -16,7 +16,7 @@ jobs: - uses: microsoft/setup-msbuild@v1.1 with: msbuild-architecture: x64 - - uses: nuget/setup-nuget@v1.0.7 + - uses: nuget/setup-nuget@v1.1.1 with: nuget-version: "latest"