Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 10, 2022
1 parent 9a77335 commit cab8345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cab8345

Please sign in to comment.