Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 25, 2022
1 parent 4e41a84 commit 2214d26
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@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
Expand Down

0 comments on commit 2214d26

Please sign in to comment.