diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index eda8587d..f477510f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -31,7 +31,7 @@ jobs: - name: Run unit tests run: mvn test -B - name: Auth - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.JSON_SERVICE_ACCOUNT_CREDENTIALS }} - name: Setup GCloud