Skip to content

Commit

Permalink
ci: Upgrade Flutter to v3.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Oct 3, 2023
1 parent 84bf537 commit a6029a2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.4'
flutter-version: '3.13.6'
- run: bash -x ./flutter-init.sh
- run: cp -f ./src/ui/flutter_app/analysis_options.yaml ./
- name: Analyze Flutter
Expand All @@ -41,7 +41,7 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.4'
flutter-version: '3.13.6'

- name: Export environment valuables
run: export
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.4'
flutter-version: '3.13.6'

- name: Export environment valuables
run: export
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.4'
flutter-version: '3.13.6'
- run: bash -x ./flutter-init.sh
- run: cp -f ./src/ui/flutter_app/analysis_options.yaml ./
- name: Analyze Flutter
Expand All @@ -42,7 +42,7 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.4'
flutter-version: '3.13.6'

- name: Export environment valuables
run: export
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.4'
flutter-version: '3.13.6'

- name: Export environment valuables
run: export
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.4'
flutter-version: '3.13.6'

- name: Export environment valuables
run: export
Expand Down

0 comments on commit a6029a2

Please sign in to comment.