Bump google-github-actions/auth from 0 to 1 (#15675)

Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0 to 1.
- [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...v1)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-16 01:24:20 +09:00 committed by GitHub
parent 7a8e2e9e0e
commit e93c64964e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ jobs:
- id: 'auth' - id: 'auth'
name: 'Authenticate to Google Cloud' name: 'Authenticate to Google Cloud'
uses: google-github-actions/auth@v0 uses: google-github-actions/auth@v1
with: with:
credentials_json: ${{ secrets.GCS_SA_KEY }} credentials_json: ${{ secrets.GCS_SA_KEY }}

View File

@ -70,7 +70,7 @@ jobs:
cat dockers/base-xla/tpu_workflow.jsonnet cat dockers/base-xla/tpu_workflow.jsonnet
shell: bash shell: bash
- uses: google-github-actions/auth@v0 - uses: google-github-actions/auth@v1
with: with:
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }} credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}