Skip to content

Commit a7b466f

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 5505399 commit a7b466f

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
@@ -53,7 +53,7 @@ jobs:
5353
https://cdn.jsdelivr.net/hex
5454
5555
- name: Authenticate To Google Cloud
56-
uses: google-github-actions/auth@v2.1.12
56+
uses: google-github-actions/auth@v3.0.0
5757
with:
5858
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5959

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

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

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

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

0 commit comments

Comments
 (0)