Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 27, 2022
1 parent 7997c6f commit 3787692
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 @@ -91,11 +91,11 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: 🔨 Use .NET Core 3.1 SDK
uses: actions/setup-dotnet@v3.0.2
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: '3.1.x'
- name: 🔨 Use .NET Core 6.0 SDK
uses: actions/setup-dotnet@v3.0.2
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: '6.0.x'
- name: 🎁 dotnet tool restore
Expand Down

0 comments on commit 3787692

Please sign in to comment.