Skip to content

Commit 31cc456

Browse files
authored
chore(deps): update google-github-actions/auth action to v0.8.1 (GoogleCloudPlatform#112)
1 parent 721ea09 commit 31cc456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
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.0'
66+
uses: 'google-github-actions/auth@v0.8.1'
6767
with:
6868
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
6969
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -141,7 +141,7 @@ jobs:
141141

142142
- id: 'auth'
143143
name: 'Authenticate to Google Cloud'
144-
uses: 'google-github-actions/auth@v0.8.0'
144+
uses: 'google-github-actions/auth@v0.8.1'
145145
with:
146146
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
147147
service_account: ${{ secrets.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)