Skip to content

Commit

Permalink
Bump google-github-actions/auth from 2.1.0 to 2.1.1 (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 40eba6e commit cb80315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kitchen-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# https://github.com/marketplace/actions/authenticate-to-google-cloud

- name: Authenticate
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
create_credentials_file: true
service_account: ${{ inputs.service_account }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plan-and-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# https://github.com/marketplace/actions/authenticate-to-google-cloud

- name: Authenticate
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
create_credentials_file: true
service_account: ${{ inputs.service_account }}
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
# https://github.com/marketplace/actions/authenticate-to-google-cloud

- name: Authenticate
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
create_credentials_file: true
service_account: ${{ inputs.service_account }}
Expand Down

0 comments on commit cb80315

Please sign in to comment.