Investigate what is happening with builds on GitHub Actions. There is issue with fetching remote repositories that are fetched via git protocol (not https). In the latest example, we had issues with fetching ethereumjs-abi repository, that is our 3rd-party dependency. Here are some issues and possible solutions:
@mightymatth fixed this issue by doing this: actions/setup-node#214 (comment)