Currently, I am using 'actions/checkout' with three types of runners. 1. Azure's Linux VM as self-hosted runner. 2. Azure's Windows VM as self-hosted runner. 3. A GitHub-hosted runner (ubuntu-latest) However, only on the second runner (Azure's Windows VM), the checkout fails with version 4.1.5 and later. It succeeds with version 4.1.4. Could you please check on this issue?