From 03f080e21d28f60f7d4f9d83a67ecaf57639c2a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:27:58 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5.0.1 --- .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 61e1a2349..32513d3be 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.0 + uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '8.0.x' - name: 🔨 Use .NET 9.0 SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '9.0.x' - name: 🔨 Use .NET 10.0 SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: '10.0.x' - name: 🎁 dotnet tool restore