Skip to content

Commit

Permalink
Update flutter version to 3.13.9 in build
Browse files Browse the repository at this point in the history
workflows
  • Loading branch information
dhzdhd committed Nov 12, 2023
1 parent 765064b commit ac242c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.0'
flutter-version: '3.13.9'
channel: 'stable'

- name: Build Web
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.0"
flutter-version: "3.13.9"
channel: "stable"

- name: Build Linux
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.0"
flutter-version: "3.13.9"
channel: "stable"

- name: Build Android apps
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.0"
flutter-version: "3.13.9"
channel: "stable"

- name: Build Windows
Expand All @@ -100,7 +100,7 @@ jobs:
# - name: Setup flutter
# uses: subosito/flutter-action@v2
# with:
# flutter-version: '3.10.0'
# flutter-version: '3.13.9'
# channel: 'stable'

# - name: Build MacOS
Expand Down

0 comments on commit ac242c6

Please sign in to comment.