Skip to content

Commit

Permalink
build(deps): bump google-github-actions/auth from 1 to 2 (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manish <58568255+themaniskshah@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and themaniskshah authored Dec 15, 2023
1 parent ab33954 commit e4b7049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: 'Authenticate to Google Cloud'
if: ${{ inputs.provider == 'gcp' }}
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: 'Authenticate to Google Cloud'
if: ${{ inputs.gcp_credentials == 'true' }}
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'

Expand Down

0 comments on commit e4b7049

Please sign in to comment.