diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index ceca5612..687b82bb 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -46,7 +46,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.0' channel: 'stable' cache: true diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index c192c25d..95379481 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -37,7 +37,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.0' channel: 'stable' cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5fa9fae4..2da72b3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.0' channel: 'stable' cache: true @@ -115,7 +114,6 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.0' channel: 'stable' cache: true