Skip to content

Commit f11bad0

Browse files
authored
chore(deps): Update google-github-actions/auth action to v2.0.1 (#963)
1 parent 8012c8f commit f11bad0

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@67e9c72af6e0492df856527b474995862b7b6591 # v2.0.0
79+
uses: google-github-actions/auth@f6de81663f7788d05bd15bcce18f0e57f23f0846 # v2.0.1
8080
with:
8181
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
8282
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -195,7 +195,7 @@ jobs:
195195
name: 'Authenticate to Google Cloud'
196196
# only needed for Flakybot on periodic (schedule) and continuous (push) events
197197
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' }}
198-
uses: google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 # v2.0.0
198+
uses: google-github-actions/auth@f6de81663f7788d05bd15bcce18f0e57f23f0846 # v2.0.1
199199
with:
200200
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
201201
service_account: ${{ secrets.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)