diff --git a/.github/actions/gcp_login/action.yml b/.github/actions/gcp_login/action.yml index 9b56d350c..27c60449b 100644 --- a/.github/actions/gcp_login/action.yml +++ b/.github/actions/gcp_login/action.yml @@ -10,6 +10,6 @@ runs: # As described at: # https://github.com/google-github-actions/setup-gcloud#service-account-key-json - name: Authorize GCP access - uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712 # tag=v0.8.1 + uses: google-github-actions/auth@2671692c371cbef34ed8ded9f197670c88c9d343 # tag=v0.8.2 with: credentials_json: ${{ inputs.gcp_service_account_json }}