From d6930d8aa5e4053bbaff3e8fcde7e9654ce58b26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 02:27:46 +0000 Subject: [PATCH] chore(deps): update microsoft/setup-msbuild action to v2 --- .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 20ecece5..1db48a52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Set Windows environment if: matrix.os == 'windows-latest' - uses: microsoft/setup-msbuild@v1.3.3 + uses: microsoft/setup-msbuild@v2.0.0 with: vs-version: ${{ matrix.vs-version }} - name: Install dependencies