From d76ec24b647306bdc2472a6265403586b24647df Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:46:07 +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 1f5a4e72..ca666bb3 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 396c520e..1e183e2f 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