|
78 | 78 | if: github.event.inputs.core == 'true' |
79 | 79 | uses: subosito/flutter-action@v2 |
80 | 80 | with: |
81 | | - flutter-version: '3.24.5' |
| 81 | + flutter-version: '3.32.0' |
82 | 82 |
|
83 | 83 | - name: Install yq |
84 | 84 | if: github.event.inputs.core == 'true' |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | if: github.event.inputs.sign == 'true' |
163 | 163 | uses: subosito/flutter-action@v2 |
164 | 164 | with: |
165 | | - flutter-version: '3.24.5' |
| 165 | + flutter-version: '3.32.0' |
166 | 166 |
|
167 | 167 | - name: Install yq |
168 | 168 | if: github.event.inputs.sign == 'true' |
@@ -269,7 +269,7 @@ jobs: |
269 | 269 | if: github.event.inputs.appkit == 'true' |
270 | 270 | uses: subosito/flutter-action@v2 |
271 | 271 | with: |
272 | | - flutter-version: '3.24.5' |
| 272 | + flutter-version: '3.32.0' |
273 | 273 |
|
274 | 274 | - name: Install yq |
275 | 275 | if: github.event.inputs.appkit == 'true' |
@@ -381,7 +381,7 @@ jobs: |
381 | 381 | if: github.event.inputs.walletkit == 'true' |
382 | 382 | uses: subosito/flutter-action@v2 |
383 | 383 | with: |
384 | | - flutter-version: '3.24.5' |
| 384 | + flutter-version: '3.32.0' |
385 | 385 |
|
386 | 386 | - name: Install yq |
387 | 387 | if: github.event.inputs.walletkit == 'true' |
@@ -497,7 +497,7 @@ jobs: |
497 | 497 | if: github.event.inputs.yttrium == 'true' |
498 | 498 | uses: subosito/flutter-action@v2 |
499 | 499 | with: |
500 | | - flutter-version: '3.24.5' |
| 500 | + flutter-version: '3.32.0' |
501 | 501 |
|
502 | 502 | - name: Get package version from reown_yttrium/pubspec.yaml |
503 | 503 | if: github.event.inputs.yttrium == 'true' |
@@ -576,7 +576,7 @@ jobs: |
576 | 576 | if: github.event.inputs.cli == 'true' |
577 | 577 | uses: subosito/flutter-action@v2 |
578 | 578 | with: |
579 | | - flutter-version: '3.24.5' |
| 579 | + flutter-version: '3.32.0' |
580 | 580 |
|
581 | 581 | - name: Get package version from reown_cli/pubspec.yaml |
582 | 582 | if: github.event.inputs.cli == 'true' |
|
0 commit comments