v3
Fixed issues:
- The checkout action would modify the global git authentication configuration. This resulted in other git clients to fail when adding their own authentication configuration. We aligned the behavior to
actions/checkout
and added a cleanup step to remove the auth configuration at the end of the action.