diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 091473f..a1a3095 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Authenticate with Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: 'httparchive' credentials_json: '${{ secrets.GCP_SA_KEY }}'