From 80466ef8efa80486cdfbddf929453a4f3565c791 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 21 Oct 2025 09:44:52 +0900 Subject: [PATCH] Release 2.62.34 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fead798f..aec8becd 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.34] - 2025-10-21 + - Update `sccache@latest` to 0.12.0. - Update `wasmtime@latest` to 38.0.1. @@ -4777,7 +4779,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.33...HEAD +[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.62.34...HEAD +[2.62.34]: https://github.com/taiki-e/install-action/compare/v2.62.33...v2.62.34 [2.62.33]: https://github.com/taiki-e/install-action/compare/v2.62.32...v2.62.33 [2.62.32]: https://github.com/taiki-e/install-action/compare/v2.62.31...v2.62.32 [2.62.31]: https://github.com/taiki-e/install-action/compare/v2.62.30...v2.62.31