From 50011f375d0b8c0a69b795dd2e6b3b86e0d19d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 02:03:34 +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.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bae1a1..715bb46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: with: dotnet-version: 10.0.x - - uses: microsoft/setup-msbuild@v2 + - uses: microsoft/setup-msbuild@v3 - run: echo ${{ secrets.ENV_FILE }} | base64 --decode > .env shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f061cb5..97a7cf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: with: dotnet-version: 10.0.x - - uses: microsoft/setup-msbuild@v2 + - uses: microsoft/setup-msbuild@v3 - run: echo ${{ secrets.ENV_FILE }} | base64 --decode > .env shell: bash