From c24862c64ebb2210166d5b2a0d20fba3182626ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:53:52 +0000 Subject: [PATCH] Bump NuGet/setup-nuget from 3.0.0 to 3.1.0 Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/12c57947e9458a5b976961b08ea0706a17dd71ae...b26b823c478ee115be5c9403e62c90b0bf943843) --- updated-dependencies: - dependency-name: NuGet/setup-nuget dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 1778de2..4a179b7 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -20,7 +20,7 @@ jobs: - uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 #v3.0.0 - - uses: NuGet/setup-nuget@12c57947e9458a5b976961b08ea0706a17dd71ae #v3.0.0 + - uses: NuGet/setup-nuget@b26b823c478ee115be5c9403e62c90b0bf943843 #v3.1.0 - name: Restore NuGet packages run: nuget restore