From 6e7c041eb512e1b1643b543e69fb85e8730f41d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:23:15 +0000 Subject: [PATCH] Bump NuGet/setup-nuget from 2 to 4 Bumps [NuGet/setup-nuget](https://github.com/nuget/setup-nuget) from 2 to 4. - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/v2...v4) --- updated-dependencies: - dependency-name: NuGet/setup-nuget dependency-version: '4' 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 fab5312..115eb59 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@v4 - name: Install dependencies run: nuget restore client\client.sln - name: Build Release