diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index 1e352dea..b4bccd6c 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -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 diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e017c177..fb0198dc 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.4' + flutter-version: '3.3.6' - run: flutter config --enable-linux-desktop - run: flutter --version diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7efc512d..800a43bd 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.4' + flutter-version: '3.3.6' - run: flutter config --enable-macos-desktop - run: flutter --version diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 06925ec6..0ca04f34 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.4' + flutter-version: '3.3.6' - run: flutter config --enable-windows-desktop - run: flutter --version