bump flutter

This commit is contained in:
Adam Velebil 2023-06-21 09:51:01 +02:00
parent 2f03b7c1a7
commit ed47f64e52
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
6 changed files with 6 additions and 6 deletions

View File

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

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
env:
FLUTTER: '3.10.1'
FLUTTER: '3.10.5'
steps:
- uses: actions/checkout@v3

View File

@ -43,7 +43,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.1'
flutter-version: '3.10.5'
- run: |
flutter config
flutter --version

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
PYVER: '3.11.4'
FLUTTER: '3.10.1'
FLUTTER: '3.10.5'
container:
image: ubuntu:20.04
env:

View File

@ -49,7 +49,7 @@ jobs:
with:
channel: 'stable'
architecture: 'x64'
flutter-version: '3.10.1'
flutter-version: '3.10.5'
- run: flutter config --enable-macos-desktop
- run: flutter --version

View File

@ -45,7 +45,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.1'
flutter-version: '3.10.5'
- run: flutter config --enable-windows-desktop
- run: flutter --version