From ce10bc1f0adcbd4e747aadc577f13d3bf65f92f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:00:40 +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/build_deps.yml | 2 +- .github/workflows/build_orca.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_deps.yml b/.github/workflows/build_deps.yml index dd5f9f5e6a..978d6f5d66 100644 --- a/.github/workflows/build_deps.yml +++ b/.github/workflows/build_deps.yml @@ -52,7 +52,7 @@ jobs: - name: setup dev on Windows if: runner.os == 'Windows' - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Get the date on Ubuntu and macOS if: runner.os != 'Windows' diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 4a437e0139..49cfb9880f 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -275,7 +275,7 @@ jobs: # Windows - name: setup MSVC if: runner.os == 'Windows' - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Install nsis if: runner.os == 'Windows' && !vars.SELF_HOSTED