From c5b1b6f479c32f356cc6f4ba672a47f63853b13b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 25 Oct 2025 18:32:48 +0900 Subject: [PATCH] Release 2.62.38 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1905fd3c..ea7c1226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [2.62.38] - 2025-10-25 + - Update `coreutils@latest` to 0.3.0. - Update `wasmtime@latest` to 38.0.3. @@ -4817,7 +4819,8 @@ Note: This release is considered a breaking change because installing on version Initial release -[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.37...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.38...HEAD +[2.62.38]: https://github.com/taiki-e/install-action/compare/v2.62.37...v2.62.38 [2.62.37]: https://github.com/taiki-e/install-action/compare/v2.62.36...v2.62.37 [2.62.36]: https://github.com/taiki-e/install-action/compare/v2.62.35...v2.62.36 [2.62.35]: https://github.com/taiki-e/install-action/compare/v2.62.34...v2.62.35