Skip to content

Commit

Permalink
feat: upgrade CD flutter version to3.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Jun 10, 2023
1 parent 11d3ac9 commit dc0ef7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.x'
flutter-version: '3.10.x'
channel: 'stable'
- name: Decrypt dev configs
run: sh ./scripts/decrypt_dev_configs.sh
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.x'
flutter-version: '3.10.x'
channel: 'stable'
- name: Decrypt dev configs
run: sh ./scripts/decrypt_dev_configs.sh
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.x'
flutter-version: '3.10.x'
channel: 'stable'
- name: Decrypt dev configs
run: sh ./scripts/decrypt_dev_configs.sh
Expand Down

0 comments on commit dc0ef7e

Please sign in to comment.