This commit is contained in:
Adam Velebil 2022-11-25 09:02:50 +01:00
commit 4db9d5d9ed
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.7'
flutter-version: '3.3.9'
- run: |
flutter config
flutter --version

View File

@ -66,7 +66,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.7'
flutter-version: '3.3.9'
- run: flutter config --enable-linux-desktop
- run: flutter --version

View File

@ -34,7 +34,7 @@ jobs:
with:
channel: 'stable'
architecture: 'x64'
flutter-version: '3.3.7'
flutter-version: '3.3.9'
- run: flutter config --enable-macos-desktop
- run: flutter --version

View File

@ -35,7 +35,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.7'
flutter-version: '3.3.9'
- run: flutter config --enable-windows-desktop
- run: flutter --version