diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05cce8d6..c003fd0f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -255,7 +255,7 @@ jobs: sqlalchemy-bigquery - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@55bd3a7c6e2ae7cf1877fd1ccb9d54c0503c457c' + uses: 'google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa' with: credentials_json: '${{ secrets.GCP_KEY }}' - name: Run tests