Bump google-github-actions/auth from 0.5.0 to 0.6.0 (#3496)

Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/auth/compare/v0.5.0...v0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-02-13 12:39:18 +00:00 committed by GitHub
parent a471e9e3ee
commit 2cae880e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v0.5.0 uses: google-github-actions/auth@v0.6.0
with: with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
@ -102,7 +102,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v0.5.0 uses: google-github-actions/auth@v0.6.0
with: with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
@ -168,7 +168,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v0.5.0 uses: google-github-actions/auth@v0.6.0
with: with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}

View File

@ -35,7 +35,7 @@ jobs:
# Setup gcloud CLI # Setup gcloud CLI
- name: Authenticate to Google Cloud - name: Authenticate to Google Cloud
id: auth id: auth
uses: google-github-actions/auth@v0.5.0 uses: google-github-actions/auth@v0.6.0
with: with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }} credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}