split longer lines

This commit is contained in:
Bartek Pacia
2024-03-31 22:15:17 +02:00
parent cf12a39989
commit 49cd17165c
3 changed files with 28 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ steps:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.x"
flutter-version: 3.x
channel: any
- run: flutter --version
```