From 2d2bfd64ff6dffde3c2ea1c6a3e1725b2f7869e6 Mon Sep 17 00:00:00 2001 From: TheLastRar Date: Sun, 22 Mar 2026 15:34:56 +0000 Subject: [PATCH] GHActions: Bump microsoft/setup-msbuild --- .github/workflows/windows_build_qt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_build_qt.yml b/.github/workflows/windows_build_qt.yml index 0e308811e2..4d392afb81 100644 --- a/.github/workflows/windows_build_qt.yml +++ b/.github/workflows/windows_build_qt.yml @@ -105,7 +105,7 @@ jobs: - name: Setup msbuild if: inputs.configuration != 'CMake' - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 - name: Download patches shell: cmd