diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 14e5e44a..39b7c7db 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -39,6 +39,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: 3.19.0 # Get flutter dependencies. - run: flutter pub get diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ce4d632..8e4d7ef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: 3.19.0 # Get flutter dependencies. - run: flutter pub get