Skip to content

Commit 1ce882b

Browse files
authored
ci: upgrade to latest flutter to fix analyze issues (#547)
1 parent 0c358cb commit 1ce882b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.32.x"
36+
flutter-version: "3.38.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.32.x"
60+
flutter-version: "3.38.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.32.x"
44+
flutter-version: "3.38.x"
4545
channel: "stable"
4646
cache: true
4747
- name: Install Melos

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

Lines changed: 7 additions & 7 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.32.x"
44+
flutter-version: "3.38.x"
4545
channel: "stable"
4646
cache: true
4747
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup flutter
6868
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
6969
with:
70-
flutter-version: "3.32.x"
70+
flutter-version: "3.38.x"
7171
channel: "stable"
7272
cache: true
7373
- name: Setup melos
@@ -97,7 +97,7 @@ jobs:
9797
- name: Setup flutter
9898
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
9999
with:
100-
flutter-version: "3.32.x"
100+
flutter-version: "3.38.x"
101101
channel: "stable"
102102
cache: true
103103
- name: Setup melos
@@ -147,7 +147,7 @@ jobs:
147147
- name: Setup flutter
148148
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
149149
with:
150-
flutter-version: "3.32.x"
150+
flutter-version: "3.38.x"
151151
channel: "stable"
152152
cache: true
153153
- name: Setup melos
@@ -184,7 +184,7 @@ jobs:
184184
- name: Setup flutter
185185
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
186186
with:
187-
flutter-version: "3.32.x"
187+
flutter-version: "3.38.x"
188188
channel: "stable"
189189
cache: true
190190
architecture: x64
@@ -260,7 +260,7 @@ jobs:
260260
- name: Setup flutter
261261
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
262262
with:
263-
flutter-version: "3.32.x"
263+
flutter-version: "3.38.x"
264264
channel: "stable"
265265
cache: true
266266
- name: Download Build Artifact
@@ -340,7 +340,7 @@ jobs:
340340
- name: Setup flutter
341341
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
342342
with:
343-
flutter-version: "3.32.x"
343+
flutter-version: "3.38.x"
344344
channel: "stable"
345345
cache: true
346346
- name: Select XCode 16.4

0 commit comments

Comments
 (0)