From 93affa425958f479150b699f08eb67af3e5b522c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 06:20:26 +0000 Subject: [PATCH] Update microsoft/setup-msbuild action to v1.3 --- .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 a68cc5e25..8c320b031 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: npm install -g yarn - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v1.3 if: contains(matrix.os, 'windows') with: msbuild-architecture: ${{ matrix.target }}