From f5f4bdd1928489b6a67505bd3f1ad2bf008b81b7 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:59:14 +0000 Subject: [PATCH] Update microsoft/setup-msbuild action to v3 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0baaea7..ea5ef799 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: dotnet-version: 8.0.x - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v3.0.0 - name: Build run: msbuild src -p:Configuration=Release -restore -m - name: Upload assets diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccb62aec..20843cf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: with: dotnet-version: 8.0.200 # Locked until VS/MSBuild is compatible with 8.0.300 - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.3 + uses: microsoft/setup-msbuild@v3.0.0 - name: Build run: msbuild src -p:Configuration=Release -restore -m - name: Setup Advanced Installer