Skip to content

Commit e4b7049

Browse files
build(deps): bump google-github-actions/auth from 1 to 2 (#105)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manish <[email protected]>
1 parent ab33954 commit e4b7049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/terraform_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

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

.github/workflows/tf-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

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

0 commit comments

Comments
 (0)