Skip to content

Commit 4933db7

Browse files
renovate-botenocom
andauthored
chore(deps): update google-github-actions/auth action to v1 (GoogleCloudPlatform#166)
Co-authored-by: Eno Compton <[email protected]>
1 parent c7ff009 commit 4933db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- id: 'auth'
6565
name: 'Authenticate to Google Cloud'
66-
uses: 'google-github-actions/auth@v0.8.3'
66+
uses: 'google-github-actions/auth@v1.0.0'
6767
with:
6868
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
6969
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -147,7 +147,7 @@ jobs:
147147

148148
- id: 'auth'
149149
name: 'Authenticate to Google Cloud'
150-
uses: 'google-github-actions/auth@v0.8.3'
150+
uses: 'google-github-actions/auth@v1.0.0'
151151
with:
152152
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
153153
service_account: ${{ secrets.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)