Compare commits

..

2 Commits

Author SHA1 Message Date
Yashwanth Anantharaju b517d3148c Remove unused object format result field 2026-05-29 13:36:32 -04:00
Yashwanth Anantharaju 4823ef7dde Fix checkout init for SHA-256 repositories 2026-05-29 11:39:32 -04:00
-4
View File
@@ -1,9 +1,5 @@
# 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