From 908debb48458ffd57ef188a4fe560c6d23c3c0be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:25:13 +0000 Subject: [PATCH] chore(deps): update microsoft/setup-msbuild action to v3 --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 93e00bd..cb65ec0 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -37,7 +37,7 @@ jobs: - name: Add MSBuild to PATH if: ${{ matrix.os == 'windows' }} - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Install WiX if: ${{ matrix.os == 'windows' }}