From b6f2cb741652cdd9c09ac92c5abb8508f2105c1e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Feb 2022 09:29:26 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v2 --- .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 b10eb6b78..3298ead5a 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@v1.9.1 + uses: actions/setup-dotnet@v2.0.0 with: dotnet-version: '3.1.x' - name: 🔨 Use .NET Core 6.0 SDK - uses: actions/setup-dotnet@v1.9.1 + uses: actions/setup-dotnet@v2.0.0 with: dotnet-version: '6.0.x' - name: 🎁 dotnet tool restore