From 5783acaad38b5a093644f12746a8852a4d9f1abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 23:44:17 +0000 Subject: [PATCH] Bump NuGet/setup-nuget from 3.1.0 to 4 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.1.0 to 4 - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](https://github.com/nuget/setup-nuget/compare/b26b823c478ee115be5c9403e62c90b0bf943843...fd55a6f3b34392fa83fde1454582407d8c714123) --- updated-dependencies: - dependency-name: NuGet/setup-nuget dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/Build-And-Test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build-And-Test.yml b/.github/workflows/Build-And-Test.yml index ce09dde7c..4132cca27 100644 --- a/.github/workflows/Build-And-Test.yml +++ b/.github/workflows/Build-And-Test.yml @@ -35,7 +35,7 @@ jobs: uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0 - name: Setup NuGet.exe for use with actions - uses: NuGet/setup-nuget@b26b823c478ee115be5c9403e62c90b0bf943843 # v3.1.0 + uses: NuGet/setup-nuget@fd55a6f3b34392fa83fde1454582407d8c714123 # v4.0 - name: Build MIDebugEngine run: | @@ -67,7 +67,7 @@ jobs: uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 # v3.0.0 - name: Setup NuGet.exe for use with actions - uses: NuGet/setup-nuget@b26b823c478ee115be5c9403e62c90b0bf943843 # v3.1.0 + uses: NuGet/setup-nuget@fd55a6f3b34392fa83fde1454582407d8c714123 # v4.0 - name: Build MIDebugEngine run: |