Skip to content

Commit

Permalink
use actions/setup-dotnet v2 in actions (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir017 committed Jun 13, 2022
1 parent af0a88b commit 230230f
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 @@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- run: dotnet test src --configuration Release --filter 'TestCategory=Completed'
Expand Down

0 comments on commit 230230f

Please sign in to comment.