From cab83458804ef45b1fbe4c0253fc12dedd507d84 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 May 2022 10:10:55 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v2.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 089c0e26f..40913842c 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@v2.0.0 + uses: actions/setup-dotnet@v2.1.0 with: dotnet-version: '3.1.x' - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v2.0.0 + uses: actions/setup-dotnet@v2.1.0 with: dotnet-version: '6.0.x' - name: 🎁 dotnet tool restore