Skip to content

Commit 085b60e

Browse files
Bump google-github-actions/auth from 2.1.9 to 2.1.10
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.9 to 2.1.10. - [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.9...v2.1.10) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6f4a14 commit 085b60e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-authnz.yaml

+1-1
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.9
56+
uses: google-github-actions/auth@v2.1.10
5757
with:
5858
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5959

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

+1-1
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.9
41+
uses: google-github-actions/auth@v2.1.10
4242
with:
4343
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
4444

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

+1-1
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.9
48+
uses: google-github-actions/auth@v2.1.10
4949
with:
5050
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
5151

0 commit comments

Comments
 (0)