Skip to content

Commit

Permalink
chore(deps): update google-github-actions/auth action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent 2e75696 commit 8208832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/gcloud-auth/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
steps:
- id: auth
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
token_format: ${{ inputs.TOKEN_FORMAT }}
workload_identity_provider: ${{ env.GCP_WIP }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
if: inputs.GCP_ENV == true
with:
workload_identity_provider: ${{ secrets.GCP_WIP }}
Expand Down

0 comments on commit 8208832

Please sign in to comment.