From 23e5c313dfe3bfa26679f30621d9e33d8bb0a4bb Mon Sep 17 00:00:00 2001 From: Anusha Bhattacharya Date: Sun, 3 Nov 2024 07:27:35 +0530 Subject: [PATCH] try again --- .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 019b35b..2131344 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -23,7 +23,7 @@ jobs: run: npm run build:prod - name: Setup Google Cloud SDK - uses: google-github-actions/setup-gcloud@v3 + uses: google-github-actions/setup-gcloud@v2 with: service_account_key: ${{ secrets.GCP_SA_KEY }} project_id: ${{ secrets.GCP_PROJECT_ID }}