From f4dd24a386d99544226f159e89680d993bd669d8 Mon Sep 17 00:00:00 2001 From: Aiqiao Yan <55104035+aiqiaoy@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:19:22 -0400 Subject: [PATCH] Fix capitalization in v7.0.1 changelog entries Updated changelog entries for v7.0.1 to use consistent capitalization. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf23ad1..0f0f00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog ## v7.0.1 -* skip running unsafe pr check if input is default by @aiqiaoy in https://github.com/actions/checkout/pull/2518 -* trim only ascii whitespace for branch by @aiqiaoy in https://github.com/actions/checkout/pull/2521 -* escape values passed to --unset by @aiqiaoy in https://github.com/actions/checkout/pull/2530 +* Skip running unsafe pr check if input is default by @aiqiaoy in https://github.com/actions/checkout/pull/2518 +* Trim only ascii whitespace for branch by @aiqiaoy in https://github.com/actions/checkout/pull/2521 +* Escape values passed to --unset by @aiqiaoy in https://github.com/actions/checkout/pull/2530 * Various dependency updates ## v7.0.0