From 173632ad8f8faf1364d7eb835b6e3cbc3e376b15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 13:08:00 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v3.1.0 --- .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 4d96cf712..5c81bc87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,11 +94,11 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: 🔨 Use .NET Core 3.1 SDK - uses: actions/setup-dotnet@v3.0.3 + uses: actions/setup-dotnet@v3.1.0 with: dotnet-version: '3.1.x' - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v3.0.3 + uses: actions/setup-dotnet@v3.1.0 with: dotnet-version: '6.0.x' - name: 🎁 dotnet tool restore