mirror of
https://github.com/actions/checkout.git
synced 2024-04-27 16:57:09 +08:00
Merge f45b29de9b
into 43045ae669
This commit is contained in:
commit
fc8dacc288
23
CHANGELOG.md
23
CHANGELOG.md
@ -65,6 +65,28 @@
|
|||||||
|
|
||||||
- [Update to node 16](https://github.com/actions/checkout/pull/689)
|
- [Update to node 16](https://github.com/actions/checkout/pull/689)
|
||||||
|
|
||||||
|
## v2.4.0
|
||||||
|
|
||||||
|
- Convert SSH URLs like `org-<ORG_ID>@github.com:` to `https://github.com/` [PR](https://github.com/actions/checkout/pull/621)
|
||||||
|
|
||||||
|
## v2.3.5
|
||||||
|
|
||||||
|
- Update dependencies
|
||||||
|
|
||||||
|
## v2.3.4
|
||||||
|
|
||||||
|
- [Add missing `await`s](https://github.com/actions/checkout/pull/379)
|
||||||
|
- [Swap to Environment Files](https://github.com/actions/checkout/pull/360)
|
||||||
|
|
||||||
|
## v2.3.3
|
||||||
|
|
||||||
|
- [Remove Unneeded commit information from build logs](https://github.com/actions/checkout/pull/345)
|
||||||
|
- [Add Licensed to verify third party dependencies](https://github.com/actions/checkout/pull/326)
|
||||||
|
|
||||||
|
## v2.3.2
|
||||||
|
|
||||||
|
- [Add Third Party License Information to Dist Files](https://github.com/actions/checkout/pull/320)
|
||||||
|
|
||||||
## v2.3.1
|
## v2.3.1
|
||||||
|
|
||||||
- [Fix default branch resolution for .wiki and when using SSH](https://github.com/actions/checkout/pull/284)
|
- [Fix default branch resolution for .wiki and when using SSH](https://github.com/actions/checkout/pull/284)
|
||||||
@ -116,7 +138,6 @@
|
|||||||
- Aligns better with container actions, where `github.workspace` gets mapped in
|
- Aligns better with container actions, where `github.workspace` gets mapped in
|
||||||
- Removed input `submodules`
|
- Removed input `submodules`
|
||||||
|
|
||||||
|
|
||||||
## v1
|
## v1
|
||||||
|
|
||||||
Refer [here](https://github.com/actions/checkout/blob/v1/CHANGELOG.md) for the V1 changelog
|
Refer [here](https://github.com/actions/checkout/blob/v1/CHANGELOG.md) for the V1 changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user