Skip to content

Commit c988e2a

Browse files
authored
deps: Update google-github-actions/auth action to v2 (#174)
1 parent 964deb0 commit c988e2a

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

7777
- id: 'auth'
7878
name: Authenticate to Google Cloud
79-
uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 # v1.2.0
79+
uses: google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 # v2.0.0
8080
with:
8181
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
8282
service_account: ${{ secrets.SERVICE_ACCOUNT }}
@@ -154,7 +154,7 @@ jobs:
154154

155155
- id: 'auth'
156156
name: 'Authenticate to Google Cloud'
157-
uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 # v1.2.0
157+
uses: google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591 # v2.0.0
158158
with:
159159
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
160160
service_account: ${{ secrets.SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)