diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 262a877..713c0c5 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' # You can specify the Flutter version you want here + flutter-version: '3.10.6' # You can specify the Flutter version you want here - run: flutter build web - uses: FirebaseExtended/action-hosting-deploy@v0 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index c6e316c..57644f0 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' # You can specify the Flutter version you want here + flutter-version: '3.10.6' # You can specify the Flutter version you want here - run: flutter build web - uses: FirebaseExtended/action-hosting-deploy@v0