From 934a012553d2de68336a3c261cec4eca5980c4d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 04:59:22 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5.1.0 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9225a54f..b82934a17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,15 +90,15 @@ jobs: path: '${{ github.workspace }}/.nuget/packages' key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}" - name: 🔨 Use .NET 8.0 SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: '8.0.x' - name: 🔨 Use .NET 9.0 SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: '9.0.x' - name: 🔨 Use .NET 10.0 SDK - uses: actions/setup-dotnet@v5.0.1 + uses: actions/setup-dotnet@v5.1.0 with: dotnet-version: '10.0.x' - name: 🎁 dotnet tool restore