From 8e67f53637127dc73adacdf18ec14d56255294e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:58:25 +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 50ac926..3be1788 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -17,7 +17,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 72843ce..9b3eeae 100644 --- a/.github/workflows/CI_update_remote.yml +++ b/.github/workflows/CI_update_remote.yml @@ -104,7 +104,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}}