Skip to content

Commit 3f2094e

Browse files
authored
Update action.yml
1 parent 88c5ce7 commit 3f2094e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ runs:
1616
uses: actions/setup-dotnet@v4
1717
with:
1818
dotnet-version: |
19-
${{ join(fromJson(steps.dotnet.outputs.versions), '\n') }}
19+
${{ join(fromJson(steps.dotnet.outputs.versions), '\n') }}

0 commit comments

Comments
 (0)