You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Sometimes setup-java fails with Error: Java setup failed due to network issue or timeout: read ECONNRESET
We use distribution: 'corretto' and java-version: '25', but it also happened on earlier Java versions.
The error is rare and seems to vary from day to day, probably ~.1-5%, but for a workflow with 20+ jobs even a 1% error probability means the probability that any of the jobs fail is over 18%.
It would be nice if there was some built-in retries.
Task version: actions/setup-java@v5
Also happened on actions/setup-java@v4.