From dc51cbd063e7c854c3d6ecfd1ea4c0c0a1895cbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:10:16 +0000 Subject: [PATCH] Update microsoft/setup-msbuild action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99716e839..da6010a78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: architecture: ${{ matrix.host }} - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v3.0.0 if: contains(matrix.os, 'windows') with: msbuild-architecture: ${{ matrix.target }}