Skip to content

Commit 49d02d1

Browse files
committed
Adjust GitHub workflows
1 parent 65c1fc2 commit 49d02d1

File tree

5 files changed

+4
-58
lines changed

5 files changed

+4
-58
lines changed

.github/workflows/demo_app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0
2929
with:
3030
cache: true
31+
flutter-version: 3.22.0
3132
- uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
3233
- run: echo JAVA_HOME=$JAVA_HOME_17_X64 >> $GITHUB_ENV
3334

.github/workflows/flutter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0
3232
with:
3333
cache: true
34+
flutter-version: 3.22.0
3435

3536
# TODO: investigate why this fail on GitHub Actions
3637
# - run: dart format --set-exit-if-changed --output none .

.github/workflows/flutter_beta.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/flutter_master.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/integration_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0
2424
with:
2525
cache: true
26+
flutter-version: 3.22.0
2627
- uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
2728
with:
2829
# only update gradle cache from demo_app.yml jobs
@@ -70,6 +71,7 @@ jobs:
7071
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0
7172
with:
7273
cache: true
74+
flutter-version: 3.22.0
7375

7476
- name: Unlock Fastlane secrets
7577
env:

0 commit comments

Comments
 (0)