Skip to content

Commit 607f940

Browse files
committed
Update version of Flutter in GitHub Actions
1 parent 44c7462 commit 607f940

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/analyze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup flutter
3434
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
3535
with:
36-
flutter-version: "3.27.x"
36+
flutter-version: "3.29.x"
3737
channel: "stable"
3838
cache: true
3939
- name: Setup melos
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup flutter
5858
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
5959
with:
60-
flutter-version: "3.27.x"
60+
flutter-version: "3.29.x"
6161
channel: "stable"
6262
cache: true
6363
- name: Setup melos

.github/workflows/licence-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Flutter
4242
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
4343
with:
44-
flutter-version: "3.27.x"
44+
flutter-version: "3.29.x"
4545
channel: "stable"
4646
cache: true
4747
- name: Install Melos

.github/workflows/test-and-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
4242
name: Setup flutter
4343
with:
44-
flutter-version: "3.27.x"
44+
flutter-version: "3.29.x"
4545
channel: "stable"
4646
cache: true
4747
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup flutter
7272
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
7373
with:
74-
flutter-version: "3.27.x"
74+
flutter-version: "3.29.x"
7575
channel: "stable"
7676
cache: true
7777
- name: Setup melos
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup flutter
109109
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
110110
with:
111-
flutter-version: "3.27.x"
111+
flutter-version: "3.29.x"
112112
channel: "stable"
113113
cache: true
114114
architecture: x64

0 commit comments

Comments
 (0)