Skip to content

Commit

Permalink
Bump google-github-actions/auth from 2.1.5 to 2.1.6 (#154)
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 Oct 2, 2024
1 parent c4dcd09 commit c13d0ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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].5
uses: google-github-actions/[email protected].6
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].5
uses: google-github-actions/[email protected].6
with:
create_credentials_file: true
service_account: ${{ inputs.service_account }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# https://github.com/marketplace/actions/authenticate-to-google-cloud

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

0 comments on commit c13d0ab

Please sign in to comment.