Comparing v4.1.1...v4.1.2 · actions/checkout (original) (raw)

Commits on Feb 21, 2024

  1. Configuration menu
    Browse the repository at this point in the history
  2. Explicitly disable sparse checkout unless asked for (#1598)
    When a worktree is reused by actions/checkout and the first time sparse checkout was enabled, we need to ensure that the second time it is only a sparse checkout if explicitly asked for. Otherwise, we need to disable the sparse checkout so that a full checkout is the outcome of this Action.

Details

Also includes:


Signed-off-by: Johannes Schindelin johannes.schindelin@gmx.de
Co-authored-by: John Wesley Walker III 81404201+jww3@users.noreply.github.com
@dscho @jww3
Configuration menu
Browse the repository at this point in the history