Update carousel_slider and used flutter version

This commit is contained in:
Roland Geider
2024-09-26 20:00:55 +02:00
parent cf5a9446fb
commit 15b6eb19b0
6 changed files with 11 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.22.x
flutter-version: 3.24.x
- name: Flutter info
run: |

View File

@@ -19,7 +19,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.22.x'
flutter-version: '3.24.x'
- run: dart --version
- run: flutter --version

View File

@@ -20,7 +20,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.19.x'
flutter-version: '3.24.x'
- name: Get dependencies
run: flutter pub get