Skip to content

Commit 1ad1d1e

Browse files
authored
deps: Update google-github-actions/auth action to v1.1.1 (#719)
1 parent f7e938c commit 1ad1d1e

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
@@ -76,7 +76,7 @@ jobs:
7676

7777
- id: 'auth'
7878
name: 'Authenticate to Google Cloud'
79-
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
79+
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
8080
with:
8181
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
8282
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -194,7 +194,7 @@ jobs:
194194

195195
- id: 'auth'
196196
name: 'Authenticate to Google Cloud'
197-
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # v1.1.0
197+
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
198198
with:
199199
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
200200
service_account: ${{ secrets.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)