Skip to content

Commit 192e199

Browse files
Update google-github-actions/auth action to v2.1.4 (#1392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 669c9f9 commit 192e199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub-release.yml

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

6868
- name: 🔐 Authenticate to Google Cloud
6969
id: "auth"
70-
uses: google-github-actions/[email protected].3
70+
uses: google-github-actions/[email protected].4
7171
with:
7272
token_format: "access_token"
7373
workload_identity_provider: ${{env.WORKLOAD_IDENTITY_POOL_ID}}

.github/workflows/push-main.yml

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

110110
- name: 🔐 Authenticate to Google Cloud
111111
id: "auth"
112-
uses: google-github-actions/[email protected].3
112+
uses: google-github-actions/[email protected].4
113113
with:
114114
token_format: "access_token"
115115
access_token_lifetime: "43200s"

0 commit comments

Comments
 (0)