From 6c6eb91b3bafafb4a55251831c45ed4d10b366dd Mon Sep 17 00:00:00 2001 From: Himanshu Yadav Date: Mon, 15 Jul 2024 09:18:32 +0530 Subject: [PATCH] Update firebase-hosting-merge.yml --- .github/workflows/firebase-hosting-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 53edca2..7793f37 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -38,7 +38,7 @@ jobs: run: npm install -g firebase-tools@12.4.4 - name: Deploy to Firebase Hosting - uses: FirebaseExtended/action-hosting-deploy@12.4.4 + uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: ${{ secrets.GITHUB_TOKEN }} firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_E_COMMERCE_99426 }}