diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 213b4769817..77f9c97dfa3 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -28,7 +28,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591' # v1 + uses: 'google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591' # v2.0.0 with: workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}' service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'