Skip to content

Commit

Permalink
fix: Update flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
astubenbord committed Oct 5, 2023
1 parent ba07b05 commit 0616ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Clone flutter repository
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.3'
channel: stable
- run: flutter doctor -v

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Clone flutter repository
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.0'
flutter-version: '3.13.3'
channel: stable
- run: flutter doctor -v

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-deploy-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Clone flutter repository
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.3'
channel: stable
- run: flutter doctor -v

Expand Down

0 comments on commit 0616ca2

Please sign in to comment.