From fc7b755de0a41ff302f7afc4d6b0d5aaa5c76981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:17:38 +0000 Subject: [PATCH] Bump nuget/setup-nuget from 3.0.0 to 3.1.0 in the github-actions group Bumps the github-actions group with 1 update: [nuget/setup-nuget](https://github.com/nuget/setup-nuget). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6bc2aa..86717e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: # We move faster than GitHub's Python runtimes, so use NuGet instead # One day we can use ourselves to download Python, but not yet... - name: Set up NuGet - uses: nuget/setup-nuget@12c57947e9458a5b976961b08ea0706a17dd71ae # v3.0.0 + uses: nuget/setup-nuget@b26b823c478ee115be5c9403e62c90b0bf943843 # v3.1.0 - name: Set up Python 3.14.4 run: |