We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0a188 commit 9cc6909Copy full SHA for 9cc6909
.github/workflows/dart.yml
@@ -23,12 +23,12 @@ jobs:
23
# https://github.com/dart-lang/setup-dart/blob/main/README.md
24
- uses: dart-lang/setup-dart@v1
25
with:
26
- sdk: 3.1.3
+ sdk: stable
27
28
- - uses: subosito/flutter-action@v1
+ - uses: subosito/flutter-action@v2
29
30
channel: 'stable'
31
- flutter-version: 3.13.0
+ flutter-version: 3.19.0
32
33
- name: Install dependencies
34
run: flutter pub get
0 commit comments