From bd8eeacabe22b370a8c8ebb1bdb9a73e3b5de68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:19:38 +0000 Subject: [PATCH] build(deps): 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/ports_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ports_windows.yml b/.github/workflows/ports_windows.yml index 5318a85198..d97fe2cf2b 100644 --- a/.github/workflows/ports_windows.yml +++ b/.github/workflows/ports_windows.yml @@ -62,7 +62,7 @@ jobs: try clean_install visualstudio${{ matrix.visualstudio }}buildtools try clean_install visualstudio${{ matrix.visualstudio }}-workload-vctools try clean_install windows-sdk-8.1 - - uses: microsoft/setup-msbuild@v2 + - uses: microsoft/setup-msbuild@v3 with: vs-version: ${{ matrix.vs_version }} - uses: actions/checkout@v6