From c541faeba969472c63320f630ec7f3a5525df5d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 01:13:39 +0000 Subject: [PATCH] Update microsoft/setup-msbuild action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37b44ae..c8a4df3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: dotnet-version: '10.x' - name: Setup MSBuild - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Build run: msbuild -property:Configuration=Release -property:Platform=x64 -bl:logs/msbuild.binlog