TL;DR
We are observing intermittent issues with this action, then it fails to download a version json file.
Expected behavior
No errors when running this action.
Observed behavior
intermittent issue downloading this file when action is ran.
Action YAML
- uses: google-github-actions/auth@v2
with:
service_account: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
workload_identity_provider: "projects/<project-id>/locations/global/workloadIdentityPools/github-actions/providers/<provider-id>"
- uses: google-github-actions/setup-gcloud@v2
Log output
Error: google-github-actions/setup-gcloud failed with: failed to retrieve versions from https://raw.githubusercontent.com/google-github-actions/setup-cloud-sdk/main/data/versions.json: read ECONNRESET
Additional information
Seen this error on both GHA hosted runners and self hosted runners.
TL;DR
We are observing intermittent issues with this action, then it fails to download a version json file.
Expected behavior
No errors when running this action.
Observed behavior
intermittent issue downloading this file when action is ran.
Action YAML
Log output
Additional information
Seen this error on both GHA hosted runners and self hosted runners.