Skip to content

Commit 72f19c9

Browse files
renovate[bot]sagor999
authored andcommitted
chore(deps): update google-github-actions/auth action to v1
1 parent 04fa50b commit 72f19c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: 🔐 Authenticate to Google Cloud
5252
id: "auth"
53-
uses: google-github-actions/auth@v0.8.3
53+
uses: google-github-actions/auth@v1.0.0
5454
with:
5555
token_format: "access_token"
5656
workload_identity_provider: ${{env.WORKLOAD_IDENTITY_POOL_ID}}

.github/workflows/push-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: 🔐 Authenticate to Google Cloud
7070
id: "auth"
71-
uses: google-github-actions/auth@v0.8.3
71+
uses: google-github-actions/auth@v1.0.0
7272
with:
7373
token_format: "access_token"
7474
access_token_lifetime: "43200s"

0 commit comments

Comments
 (0)