diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index b90cb87..9594c1d 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -194,7 +194,7 @@ jobs: pip install pytest pytest-cov python-dotenv - name: Authenticate with Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.SERVICE_ACCOUNT_JSON }}