Skip to content

Commit 9cc6909

Browse files
MonsieurRzMoralCode
authored andcommitted
bumping setup-dart and flutter-action versions
1 parent ae0a188 commit 9cc6909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
# https://github.com/dart-lang/setup-dart/blob/main/README.md
2424
- uses: dart-lang/setup-dart@v1
2525
with:
26-
sdk: 3.1.3
26+
sdk: stable
2727

28-
- uses: subosito/flutter-action@v1
28+
- uses: subosito/flutter-action@v2
2929
with:
3030
channel: 'stable'
31-
flutter-version: 3.13.0
31+
flutter-version: 3.19.0
3232

3333
- name: Install dependencies
3434
run: flutter pub get

0 commit comments

Comments
 (0)