From 74e3842ed0bc1a16da03d2ae3045eb679254f0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:16:41 -0700 Subject: [PATCH] chore(deps): bump microsoft/setup-msbuild from 2.0.0 to 3.0.0 (#2224) Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/microsoft/setup-msbuild/releases) - [Commits](https://github.com/microsoft/setup-msbuild/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: microsoft/setup-msbuild dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_windows.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index de654226..9e1845bd 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v6 - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v2.0.0 + uses: microsoft/setup-msbuild@v3.0.0 with: msbuild-architecture: x64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c6be8a6..0ceaa1d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: echo ::set-output name=VERSION::$MSI_VERSION shell: bash - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@v2.0.0 + uses: microsoft/setup-msbuild@v3.0.0 with: msbuild-architecture: x64 - name: Install gpac