2019-11-21 16:04:30 +00:00
|
|
|
# Changelog
|
|
|
|
|
2019-12-03 16:26:12 +00:00
|
|
|
## v2 (beta)
|
2019-11-21 16:04:30 +00:00
|
|
|
|
2019-12-03 15:28:59 +00:00
|
|
|
- Improved fetch performance
|
2019-12-03 16:26:12 +00:00
|
|
|
- The default behavior now fetches only the SHA being checked-out
|
2019-12-03 15:28:59 +00:00
|
|
|
- Script authenticated git commands
|
2019-12-03 16:26:12 +00:00
|
|
|
- Persists `with.token` in the local git config
|
|
|
|
- Enables your scripts to run authenticated git commands
|
|
|
|
- Post-job cleanup removes the token
|
|
|
|
- Coming soon: Opt out by setting `with.persist-credentials` to `false`
|
2019-12-03 15:28:59 +00:00
|
|
|
- Creates a local branch
|
2019-12-03 16:26:12 +00:00
|
|
|
- No longer detached HEAD when checking out a branch
|
|
|
|
- A local branch is created with the corresponding upstream branch set
|
2019-12-03 15:28:59 +00:00
|
|
|
- Improved layout
|
2019-12-03 16:26:12 +00:00
|
|
|
- `with.path` is always relative to `github.workspace`
|
|
|
|
- Aligns better with container actions, where `github.workspace` gets mapped in
|
2019-12-03 15:28:59 +00:00
|
|
|
- Removed input `submodules`
|
2019-11-21 16:04:30 +00:00
|
|
|
|
|
|
|
|
2019-12-03 15:28:59 +00:00
|
|
|
## v1
|
|
|
|
|
|
|
|
Refer [here](https://github.com/actions/checkout/blob/v1/CHANGELOG.md) for the V1 changelog
|