Skip to content

Commit e93c649

Browse files
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](google-github-actions/auth@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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a8e2e9 commit e93c649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- id: 'auth'
7979
name: 'Authenticate to Google Cloud'
80-
uses: google-github-actions/auth@v0
80+
uses: google-github-actions/auth@v1
8181
with:
8282
credentials_json: ${{ secrets.GCS_SA_KEY }}
8383

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
cat dockers/base-xla/tpu_workflow.jsonnet
7171
shell: bash
7272

73-
- uses: google-github-actions/auth@v0
73+
- uses: google-github-actions/auth@v1
7474
with:
7575
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
7676

0 commit comments

Comments
 (0)