Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 1.8.1 to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Sep 19, 2021
1 parent 1a8174e commit 1d265e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.job.os }}
steps:
- name: Setup net5.0
uses: actions/setup-dotnet@v1.8.1
uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: "5.0.401"
- name: Run dotnet --info
Expand Down

0 comments on commit 1d265e5

Please sign in to comment.