Skip to content

Commit

Permalink
Bump google-github-actions/auth from 2.1.2 to 2.1.3
Browse files Browse the repository at this point in the history
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/auth@v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent d5aeee1 commit 70ec4e2
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].2
uses: google-github-actions/[email protected].3
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].2
uses: google-github-actions/[email protected].3
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 @@ -61,7 +61,7 @@ jobs:
# https://github.com/marketplace/actions/authenticate-to-google-cloud

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

0 comments on commit 70ec4e2

Please sign in to comment.