diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 82a3113..6a31da7 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -14,6 +14,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: 'stable' + flutter-version: '3.7.1' - run: flutter pub get - run: echo ${{secrets.ENV}} | base64 --decode > env - run: flutter pub run build_runner build --delete-conflicting-outputs diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 3174232..1ce2aa3 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -12,6 +12,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: 'stable' + flutter-version: '3.7.1' - run: flutter pub get - run: echo ${{secrets.ENV}} | base64 --decode > env - run: flutter pub run build_runner build --delete-conflicting-outputs