Skip to content

Commit 7621ce1

Browse files
Dillon Nysdnys1
authored andcommitted
ci: Use Flutter stable in Dart pipelines
This was set to `beta` initially because our docs package tool required a version of Dart which had not been rolled into Flutter yet.
1 parent bb1ef99 commit 7621ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart_vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # 2.10.0
5555
with:
5656
cache: true
57-
channel: beta
57+
channel: stable
5858

5959
- name: Setup Dart
6060
uses: dart-lang/setup-dart@cdb51fff2b088939ef86fe041b18e82cb4733522 # main

0 commit comments

Comments
 (0)