Skip to content

Commit fe9f48c

Browse files
authored
Update main.yml
1 parent 9cb3a74 commit fe9f48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v2
4545

4646
- name: Setup .NET Core SDK
47-
uses: actions/setup-dotnet@v4
47+
uses: actions/setup-dotnet@v1
4848
with:
4949
dotnet-version: '4.x' # or whichever version you need for .NET Framework
5050
- run: echo '${{ steps.stepid.outputs.dotnet-version }}'

0 commit comments

Comments
 (0)