From 821a0c1afd7489f0dca6d8a7f292fd880503a787 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:17:39 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v4.0.1 --- .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 b3c12aa7..2f48a06c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,11 +101,11 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: '6.0.x' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: '8.0.x' - name: 🚒 dotnet workload restore