Skip to content

Commit e4c84d0

Browse files
Update google-github-actions/auth action to v2.1.11 (#1640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df86a01 commit e4c84d0

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].10
70+
uses: google-github-actions/[email protected].11
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
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: 🔐 Authenticate to Google Cloud
122122
id: "auth"
123-
uses: google-github-actions/[email protected].10
123+
uses: google-github-actions/[email protected].11
124124
with:
125125
token_format: "access_token"
126126
access_token_lifetime: "43200s"

0 commit comments

Comments
 (0)