From ab80703a6e0fb547dfaad97c3c1fb93450036f1d Mon Sep 17 00:00:00 2001 From: Jose Ugia Date: Thu, 18 Jan 2024 12:34:58 +0100 Subject: [PATCH] Update gcloud tools to use the main breanch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e0ed65b..e8bde2bc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: with: node-version: '20.x' - name: Use Google Cloud CLI - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@main with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_SA_EMAIL }}