Skip to content

Commit 5b2acd0

Browse files
committed
deps: Update google-github-actions/auth action to v3
1 parent b7b5f44 commit 5b2acd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- id: auth
5555
name: Authenticate to Google Cloud
5656
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
57-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
57+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
5858
with:
5959
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
6060
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -136,7 +136,7 @@ jobs:
136136

137137
- id: auth
138138
name: Authenticate to Google Cloud
139-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
139+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
140140
with:
141141
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
142142
service_account: ${{ vars.SERVICE_ACCOUNT }}
@@ -269,7 +269,7 @@ jobs:
269269

270270
- id: auth
271271
name: Authenticate to Google Cloud
272-
uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
272+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
273273
with:
274274
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
275275
service_account: ${{ vars.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)