Skip to content

Commit 999cfb0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: Install GCP CLI
110110
if: ${{ inputs.provider == 'gcp' }}
111-
uses: google-github-actions/auth@v0
111+
uses: google-github-actions/auth@v1
112112
with:
113113
service_account_key: ${{ secrets.GCP_SA_KEY }}
114114
project_id: ${{ secrets.PROJECT_ID }}

0 commit comments

Comments
 (0)