We're seeing sporadic errors where we get:
Cloning into '/home/runner/work/myproj/myproj/3rdparty/cutlass'...
Error: fatal: could not read Username for 'https://github.com/': terminal prompts disabled
Error: fatal: expected flush after ref listing
Even though this is a public repository. It happens less than 1% of the time, but often enough that we've seen a few of them this month. What is going on? We're using checkout action v4 at this time. Is this something that is fixed in v6?
Thank you!