From d6accd2a843727779d98b071917e07706425973a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:27:48 +0000 Subject: [PATCH] Bump actions/setup-dotnet action to v6 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 58aa96f..7a87865 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: show-progress: false - name: Install dotnet - uses: actions/setup-dotnet@v5.3.0 + uses: actions/setup-dotnet@v6.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk dotnet-version: 10.0.301