diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index 89aaab87..80a1f9a9 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -16,7 +16,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.3.2' + flutter-version: '3.3.3' - run: | flutter config flutter --version diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d0ab26ae..adbb6033 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -33,7 +33,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.3.2' + flutter-version: '3.3.3' - run: flutter config --enable-linux-desktop - run: flutter --version diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e171c1be..87b2026b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -31,7 +31,7 @@ jobs: with: channel: 'stable' architecture: 'x64' - flutter-version: '3.3.2' + flutter-version: '3.3.3' - run: flutter config --enable-macos-desktop - run: flutter --version diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 70f07019..ad657f99 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,7 +29,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: 'stable' - flutter-version: '3.3.2' + flutter-version: '3.3.3' - run: flutter config --enable-windows-desktop - run: flutter --version