diff --git a/.github/workflows/create-db.yaml b/.github/workflows/create-db.yaml index e422ff3..7049f41 100644 --- a/.github/workflows/create-db.yaml +++ b/.github/workflows/create-db.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - name: Google Cloud auth - uses: google-github-actions/auth@v0.8.3 + uses: google-github-actions/auth@v1.0.0 with: workload_identity_provider: ${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ env.GCP_SERVICE_ACCOUNT }}