chore: update google github-action auth version (#3030)

This commit is contained in:
Aaron Prindle 2024-02-26 18:03:37 -08:00 committed by GitHub
parent 266aafde28
commit 390b0ff682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
# Setup auth if not a PR.
- if: github.event_name != 'pull_request'
uses: google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1
uses: google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c # v2.1.2
with:
credentials_json: '${{ secrets.GCR_DEVOPS_SERVICE_ACCOUNT_KEY }}'
export_environment_variables: true