bump to flutter 3.3.6

This commit is contained in:
Adam Velebil 2022-11-01 17:07:46 +01:00
parent 59144254b1
commit 74be65af4b
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.4'
flutter-version: '3.3.6'
- run: |
flutter config
flutter --version

View File

@ -33,7 +33,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.4'
flutter-version: '3.3.6'
- run: flutter config --enable-linux-desktop
- run: flutter --version

View File

@ -31,7 +31,7 @@ jobs:
with:
channel: 'stable'
architecture: 'x64'
flutter-version: '3.3.4'
flutter-version: '3.3.6'
- run: flutter config --enable-macos-desktop
- run: flutter --version

View File

@ -29,7 +29,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.4'
flutter-version: '3.3.6'
- run: flutter config --enable-windows-desktop
- run: flutter --version