Since the release of 4.1.2 30 minutes ago our builds with action/checkout@v4 have been failing on this action with: git: 'sparse-checkout' is not a git command. See 'git --help' On the self-hosted runner: ~$ git --version git version 2.25.1 I can see from https://github.com/actions/checkout/commit/aadec899646c8e0f34c52d9219c2faac36626b55 that this was not intended with this release - so that commit can't be working correctly?