Skip to content

Commit f7a6f96

Browse files
authored
chore(deps): update google-github-actions/auth action to v1 (#538)
1 parent 6108453 commit f7a6f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- id: 'auth'
7373
name: 'Authenticate to Google Cloud'
74-
uses: 'google-github-actions/auth@v0.8.3'
74+
uses: 'google-github-actions/auth@v1.0.0'
7575
with:
7676
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
7777
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -183,7 +183,7 @@ jobs:
183183

184184
- id: 'auth'
185185
name: 'Authenticate to Google Cloud'
186-
uses: 'google-github-actions/auth@v0.8.3'
186+
uses: 'google-github-actions/auth@v1.0.0'
187187
with:
188188
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
189189
service_account: ${{ secrets.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)