File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.1.0
4+
5+ - [ Group output] ( https://github.com/actions/checkout/pull/191 )
6+ - [ Changes to support GHES alpha release] ( https://github.com/actions/checkout/pull/199 )
7+ - [ Persist core.sshCommand for submodules] ( https://github.com/actions/checkout/pull/184 )
8+ - [ Add support ssh] ( https://github.com/actions/checkout/pull/163 )
9+ - [ Convert submodule SSH URL to HTTPS, when not using SSH] ( https://github.com/actions/checkout/pull/179 )
10+ - [ Add submodule support] ( https://github.com/actions/checkout/pull/157 )
11+ - [ Follow proxy settings] ( https://github.com/actions/checkout/pull/144 )
12+ - [ Fix ref for pr closed event when a pr is merged] ( https://github.com/actions/checkout/pull/141 )
13+ - [ Fix issue checking detached when git less than 2.22] ( https://github.com/actions/checkout/pull/128 )
14+
15+ ## v2.0.0
16+
17+ - [ Do not pass cred on command line] ( https://github.com/actions/checkout/pull/108 )
18+ - [ Add input persist-credentials] ( https://github.com/actions/checkout/pull/107 )
19+ - [ Fallback to REST API to download repo] ( https://github.com/actions/checkout/pull/104 )
20+
321## v2 (beta)
422
523- Improved fetch performance
You can’t perform that action at this time.
0 commit comments