diff --git a/.github/workflows/website_prod.yml b/.github/workflows/website_prod.yml index 8620d8e6c..12abf53b8 100644 --- a/.github/workflows/website_prod.yml +++ b/.github/workflows/website_prod.yml @@ -102,7 +102,7 @@ jobs: uses: actions/checkout@v4 - name: Authorize to GCP service account - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.deploy_key }}