diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8bde2bc..c3a2d5bd 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@main + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_SA_EMAIL }}