Skip to content

Commit

Permalink
Update CI SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Aug 21, 2021
1 parent 0f4106d commit 7345e7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
runs-on: ${{ matrix.job.os }}
steps:
- name: Setup netcoreapp3.1
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v1.8.1
with:
dotnet-version: "3.1.407"
dotnet-version: "3.1.412"
- name: Setup net5.0
uses: actions/setup-dotnet@v1.7.2
uses: actions/setup-dotnet@v1.8.1
with:
dotnet-version: "5.0.201"
dotnet-version: "5.0.400"
- name: Run dotnet --info
run: dotnet --info
- uses: actions/[email protected]
Expand Down

0 comments on commit 7345e7c

Please sign in to comment.