diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd0e959..23b8fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: timeout-minutes: 80 steps: - uses: actions/checkout@v4 - - uses: "google-github-actions/auth@v1" + - uses: "google-github-actions/auth@v3" with: credentials_json: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}