Skip to content

Commit 57785d9

Browse files
committed
Bumped Flutter version in CI
1 parent cb1d23c commit 57785d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
distribution: 'zulu'
2323
java-version: '12.x'
2424
- name: Setup Flutter SDK
25-
uses: flutter-actions/setup-flutter@v3
25+
uses: flutter-actions/setup-flutter@v4
2626
with:
2727
channel: stable
28-
version: 3.22.0
28+
version: 3.29.1
2929
- name: Install dependencies
3030
run: |
3131
flutter config --no-analytics

0 commit comments

Comments
 (0)