From c66bba2acca7c8ebfbd30d2c1232a1a177879514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:49:17 +0000 Subject: [PATCH] Bump NuGet/setup-nuget from 2 to 3 Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 2 to 3. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/v2...v3) --- updated-dependencies: - dependency-name: NuGet/setup-nuget dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-commit-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-commit-build.yml b/.github/workflows/dotnet-commit-build.yml index 5bbbdba..f15e5eb 100644 --- a/.github/workflows/dotnet-commit-build.yml +++ b/.github/workflows/dotnet-commit-build.yml @@ -15,7 +15,7 @@ jobs: with: msbuild-architecture: x64 - name: Setup NuGet - uses: NuGet/setup-nuget@v2 + uses: NuGet/setup-nuget@v3 - name: Install dependencies run: nuget restore client\client.sln - name: Build Release