From a79af8752c6b2d47be28aea7c62df36f2fe9f468 Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:56:24 +0100 Subject: [PATCH] Add v4.1.2 and v4.1.1 to CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2458bd..94b57b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v4.1.2 +- Fix: Disable sparse checkout whenever `sparse-checkout` option is not present @dscho in https://github.com/actions/checkout/pull/1598 + +## v4.1.1 +- Update CODEOWNERS to Launch team by @joshmgross in https://github.com/actions/checkout/pull/1510 +- Correct link to GitHub Docs by @peterbe in https://github.com/actions/checkout/pull/1511 +- Link to release page from what's new section by @cory-miller in https://github.com/actions/checkout/pull/1514 + ## v4.1.0 - [Add support for partial checkout filters](https://github.com/actions/checkout/pull/1396)