Skip to content

Commit d1d4d15

Browse files
Update actions/setup-dotnet action to v2 (#3119)
1 parent 67dcb7e commit d1d4d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- uses: actions/checkout@v2
5656
- name: Setup .NET
57-
uses: actions/setup-dotnet@v1
57+
uses: actions/setup-dotnet@v2
5858
with:
5959
dotnet-version: 6.0.x
6060

0 commit comments

Comments
 (0)