File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
21
## v2 (beta)
4
22
5
23
- Improved fetch performance
You can’t perform that action at this time.
0 commit comments