From 2431afd22bbbee04c9f5ebeea6f3326aa3004bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:16:36 +0000 Subject: [PATCH] Bump NuGet/setup-nuget from 1.0.6 to 1.1.0 Bumps [NuGet/setup-nuget](https://github.com/NuGet/setup-nuget) from 1.0.6 to 1.1.0. - [Release notes](https://github.com/NuGet/setup-nuget/releases) - [Commits](https://github.com/NuGet/setup-nuget/compare/v1.0.6...v1.1.0) --- updated-dependencies: - dependency-name: NuGet/setup-nuget dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 1ccdfdbe..8d4ba11d 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -37,7 +37,7 @@ jobs: # We need to use NuGet because Xamarin doesn't like dotnet restore - name: Setup NuGet - uses: NuGet/setup-nuget@v1.0.6 + uses: NuGet/setup-nuget@v1.1.0 with: nuget-api-key: ${{ secrets.NuGetAPIKey }} nuget-version: '5.x'