diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index eda8587d..80c7160e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -35,7 +35,7 @@ jobs: with: credentials_json: ${{ secrets.JSON_SERVICE_ACCOUNT_CREDENTIALS }} - name: Setup GCloud - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: project_id: ${{ secrets.GCP_PROJECT_ID }} - name: Run integration tests