From bfe0f659532835c9b1bab2fee0d2dd0df6c1caac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 05:50:37 -0600 Subject: [PATCH] Bump microsoft/setup-msbuild from 1.3 to 2 (#849) --- .github/workflows/bsc-tests-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bsc-tests-windows.yml b/.github/workflows/bsc-tests-windows.yml index 3f3abbe7..58f7aa77 100644 --- a/.github/workflows/bsc-tests-windows.yml +++ b/.github/workflows/bsc-tests-windows.yml @@ -36,7 +36,7 @@ jobs: Copy-Item -Path .\pkg\share -Destination c:\vcpkg\installed\x64-windows-custom -Recurse -Force cd ../../ - name: Setup MSBuild - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v2 with: msbuild-architecture: x64 - name: Build and run bsc_event test