From 4405b2b35ee1e593142c12ee6a29b3ab3f316933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 12:15:20 +0000 Subject: [PATCH] Bump microsoft/setup-msbuild from 2 to 3 Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2 to 3. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v2...v3) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Windows_x86_x64_arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Windows_x86_x64_arm64.yml b/.github/workflows/Windows_x86_x64_arm64.yml index 9c550c2..820ce8a 100644 --- a/.github/workflows/Windows_x86_x64_arm64.yml +++ b/.github/workflows/Windows_x86_x64_arm64.yml @@ -49,7 +49,7 @@ jobs: run: .\setup_sdl2.ps1 - name: Setup MSBuild - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Setup Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1