From c275362988b157e7b3e8f837e60f81c87becae6e Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 04:44:22 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v5.4.0 --- .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 a85b2358..a0baaea7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.3.0 + uses: actions/setup-dotnet@v5.4.0 with: dotnet-version: 8.0.x - name: Add msbuild to PATH diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bff414b8..ccb62aec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.3.0 + uses: actions/setup-dotnet@v5.4.0 with: dotnet-version: 8.0.200 # Locked until VS/MSBuild is compatible with 8.0.300 - name: Add msbuild to PATH