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 06a884d commit 69ded72Copy full SHA for 69ded72
.github/workflows/dart.yml
@@ -21,12 +21,14 @@ jobs:
21
# Note: This workflow uses the latest stable version of the Dart SDK.
22
# You can specify other versions if desired, see documentation here:
23
# https://github.com/dart-lang/setup-dart/blob/main/README.md
24
- # - uses: dart-lang/setup-dart@v1
25
- - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
+ - uses: dart-lang/setup-dart@v1
+ with:
26
+ sdk: 3.1.3
27
28
- uses: subosito/flutter-action@v1
29
with:
30
channel: 'stable'
31
+ flutter-version: 3.13.0
32
33
- name: Install dependencies
34
run: flutter pub get
0 commit comments