From 4dcac4cfbbbc6a9e9dac20c77b27a49fb278a4aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:33:04 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2151aee..33b0015 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - run: echo 'SemVer2=${{ steps.nbgv.outputs.SemVer2 }}' - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x @@ -96,7 +96,7 @@ jobs: - run: echo 'SemVer2=${{ steps.nbgv.outputs.SemVer2 }}' - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 10.0.x