Update changelog for v6.0.3 (#2446)
Build and Test / test-output (push) Successful in 16s
Licensed / Check licenses (push) Successful in 47s
Build and Test / test-bypass-proxy (push) Failing after 54s
Build and Test / test-git-container (push) Failing after 55s
Build and Test / build (push) Failing after 1m7s
CodeQL / Analyze (javascript) (push) Failing after 1m43s
Build and Test / test (ubuntu-latest) (push) Failing after 1m57s
Build and Test / test-proxy (push) Failing after 5m21s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled

This commit is contained in:
Yashwanth Anantharaju
2026-06-02 10:31:30 -04:00
committed by GitHub
parent 1cce3390c2
commit df4cb1c069
+4
View File
@@ -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