Skip to content

Commit 23dd5c8

Browse files
committed
chore: Fix the google auth github action.
1 parent 1fa6322 commit 23dd5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
- id: auth
5353
name: Authenticate to Google Cloud
54-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
54+
uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2.1.13
5555
with:
5656
workload_identity_provider: ${{ vars.PROVIDER_NAME }}
5757
service_account: ${{ vars.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)