We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1d490 commit 4989958Copy full SHA for 4989958
.github/workflows/pr.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Flutter SDK
19
uses: subosito/flutter-action@v2
20
with:
21
- channel: 'stable'
+ flutter-version: "3.19.3"
22
23
- name: Lint
24
run: dart format --output=none --set-exit-if-changed .
0 commit comments