From 1b9c73d5bc24224fd3b0c8258598e14a16838445 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:43:29 +0000 Subject: [PATCH] chore(deps): 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 3b49c9e..b0a2326 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: - name: "Windows: Add msbuild to PATH" if: runner.os == 'Windows' - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v1.3 ### Shared setup