diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef8db4f..7f555d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,7 @@ jobs: - name: Authenticate to Google Cloud if: ${{ needs.create_release.outputs.is_prerelease == 'false' }} id: gcloud-auth - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: token_format: access_token workload_identity_provider: ${{ secrets.GOOGLE_CLOUD_WORKLOAD_IDENTITY_PROVIDER }}