Skip to content

Commit 230230f

Browse files
authored
use actions/setup-dotnet v2 in actions (#162)
1 parent af0a88b commit 230230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313
- name: Setup .NET 6
14-
uses: actions/setup-dotnet@v1
14+
uses: actions/setup-dotnet@v2
1515
with:
1616
dotnet-version: 6.0.x
1717
- run: dotnet test src --configuration Release --filter 'TestCategory=Completed'

0 commit comments

Comments
 (0)