From 772f4d4ef7d2568973eba772c70e31b9d6df37fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:43:23 +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/CI_build.yml | 2 +- .github/workflows/CI_update_remote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index e309b16..146826d 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v6 - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: MSBuild of plugin dll working-directory: vs.proj\ diff --git a/.github/workflows/CI_update_remote.yml b/.github/workflows/CI_update_remote.yml index af945dc..05c3e7c 100644 --- a/.github/workflows/CI_update_remote.yml +++ b/.github/workflows/CI_update_remote.yml @@ -102,7 +102,7 @@ jobs: - name: If ANY_DIFFERENCE then add MSBuild to PATH if: ${{steps.diff_step.outputs.ANY_DIFFERENCE}} - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: If ANY_DIFFERENCE then run MSBuild of plugin dll if: ${{steps.diff_step.outputs.ANY_DIFFERENCE}}