From f685417493589db84b9489a645d3d06e11c3f9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:43:11 +0000 Subject: [PATCH] build(deps): 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/windows-matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-matrix.yml b/.github/workflows/windows-matrix.yml index c4866384..948dfb07 100644 --- a/.github/workflows/windows-matrix.yml +++ b/.github/workflows/windows-matrix.yml @@ -66,7 +66,7 @@ jobs: # NuGet stuff now - name: Setup NuGet - uses: "NuGet/setup-nuget@12c57947e9458a5b976961b08ea0706a17dd71ae" + uses: "NuGet/setup-nuget@b26b823c478ee115be5c9403e62c90b0bf943843" with: nuget-version: "5.x"