From 91d4bfd67c672a19027a0a5f40dd55d94a0571f3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 May 2022 11:14:20 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v2.1.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/fontawesome.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccf550c7..293e0b8c 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 diff --git a/.github/workflows/fontawesome.yml b/.github/workflows/fontawesome.yml index 88baddd5..20fa624b 100644 --- a/.github/workflows/fontawesome.yml +++ b/.github/workflows/fontawesome.yml @@ -24,11 +24,11 @@ jobs: with: dotnet-version: '3.1.x' - name: 🔨 Use .NET Core 5.0 SDK - uses: actions/setup-dotnet@v2.0.0 + uses: actions/setup-dotnet@v2.1.0 with: dotnet-version: '5.0.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