From 23d7c6e708c2b72649e4ef25d50950ff0de34df8 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Wed, 2 Mar 2022 08:02:00 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f40def82..adee9fb91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,35 @@ # Changelog +## v3.0.0 + +- [Update default runtime to node16](https://github.com/actions/checkout/pull/689) + +## v2.4.0 + +- Convert SSH URLs like `org-@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 - [Fix default branch resolution for .wiki and when using SSH](https://github.com/actions/checkout/pull/284) - ## v2.3.0 - [Fallback to the default branch](https://github.com/actions/checkout/pull/278) @@ -52,7 +77,6 @@ - Aligns better with container actions, where `github.workspace` gets mapped in - Removed input `submodules` - ## v1 Refer [here](https://github.com/actions/checkout/blob/v1/CHANGELOG.md) for the V1 changelog