Skip to content

Commit 4ff7590

Browse files
committed
Use higher version of auth
1 parent a34db70 commit 4ff7590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
8282
steps:
8383
- name: Authenticate to Google Cloud
84-
uses: google-github-actions/auth@v2
84+
uses: google-github-actions/auth@v3
8585
with:
8686
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
8787
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)