Skip to content

Commit 69ded72

Browse files
committed
try specific versions
1 parent 06a884d commit 69ded72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ jobs:
2121
# Note: This workflow uses the latest stable version of the Dart SDK.
2222
# You can specify other versions if desired, see documentation here:
2323
# 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
24+
- uses: dart-lang/setup-dart@v1
25+
with:
26+
sdk: 3.1.3
2627

2728
- uses: subosito/flutter-action@v1
2829
with:
2930
channel: 'stable'
31+
flutter-version: 3.13.0
3032

3133
- name: Install dependencies
3234
run: flutter pub get

0 commit comments

Comments
 (0)