From fd07e4be49718ebc76b92bcc6adacaf561707e65 Mon Sep 17 00:00:00 2001 From: Yashwanth Anantharaju Date: Tue, 2 Jun 2026 10:06:54 -0400 Subject: [PATCH] Update changelog for v6.0.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd812696..ac0716d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v6.0.3 +* Fix checkout init for SHA-256 repositories by @yaananth in https://github.com/actions/checkout/pull/2439 +* fix: expand merge commit SHA regex and add SHA-256 test cases by @yaananth in https://github.com/actions/checkout/pull/2414 + ## v6.0.2 * Fix tag handling: preserve annotations and explicit fetch-tags by @ericsciple in https://github.com/actions/checkout/pull/2356