From a6c61bef2e7b43bad720f28db985efe9fdfeef31 Mon Sep 17 00:00:00 2001 From: Shubh Sardana <52607235+shubhsardana29@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:28:53 +0530 Subject: [PATCH] added flutter --v --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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