Skip to content

Commit 96ea8e2

Browse files
Bump google-github-actions/auth from 2.1.12 to 3.0.0
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.12 to 3.0.0. - [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.12...v3.0.0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fba0d2c commit 96ea8e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
https://cdn.jsdelivr.net/hex
5555
5656
- name: Authenticate To Google Cloud
57-
uses: google-github-actions/auth@v2.1.12
57+
uses: google-github-actions/auth@v3.0.0
5858
with:
5959
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
6060

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
https://cdn.jsdelivr.net/hex
3939
4040
- name: Authenticate To Google Cloud
41-
uses: google-github-actions/auth@v2.1.12
41+
uses: google-github-actions/auth@v3.0.0
4242
with:
4343
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
4444

.github/workflows/test-management-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
https://cdn.jsdelivr.net/hex
4949
5050
- name: Authenticate To Google Cloud
51-
uses: google-github-actions/auth@v2.1.12
51+
uses: google-github-actions/auth@v3.0.0
5252
with:
5353
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5454

0 commit comments

Comments
 (0)