Skip to content

Commit 77550d4

Browse files
committed
chore: update flutter version on github actions
1 parent 89d193b commit 77550d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
with:
1111
distribution: 'zulu'
1212
java-version: '21'
13-
- uses: subosito/flutter-action@v1
13+
- uses: subosito/flutter-action@v2
1414
with:
15-
flutter-version: '3.27.1'
15+
flutter-version: '3.29.3'
16+
channel: 'stable'
1617
- name: Download dependencies
1718
run: flutter pub get
1819
- name: Analyze code

0 commit comments

Comments
 (0)