bump to 3.3.3

This commit is contained in:
Adam Velebil 2022-10-03 15:50:33 +02:00
parent 1f9c5aa964
commit 16920d2f2c
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: 'stable' channel: 'stable'
flutter-version: '3.3.2' flutter-version: '3.3.3'
- run: | - run: |
flutter config flutter config
flutter --version flutter --version

View File

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

View File

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

View File

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