Skip to content

Commit

Permalink
Bump actions/setup-dotnet from v1 to v1.8.0 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 10, 2021
1 parent 1fa7af0 commit d4b9468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
run: |
git fetch --prune
- name: 🔨 Use .NET Core 2.1 SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: '2.1.x'
- name: 🔨 Use .NET Core 3.1 SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: '3.1.x'
- name: 🔨 Use .NET Core 5.0 SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1.8.0
with:
dotnet-version: '5.0.x'

Expand Down

0 comments on commit d4b9468

Please sign in to comment.