diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 4ec3c1d..f91c38b 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -48,7 +48,7 @@ jobs: echo "YARI_BRANCH=${{ inputs.yari_branch || env.DEFAULT_YARI_BRANCH }}" >> $GITHUB_ENV - name: Authenticate with GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: token_format: access_token service_account: deploy-prod-updates@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index a16e73f..e41b0fb 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -47,7 +47,7 @@ jobs: echo "YARI_BRANCH=${{ inputs.yari_branch || env.DEFAULT_YARI_BRANCH }}" >> $GITHUB_ENV - name: Authenticate with GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: token_format: access_token service_account: deploy-stage-updates@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com