From 7fef44e1953572bcd24693fc866ad446fb1b4057 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 6 Apr 2026 23:37:36 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255dbdf0..10c5fe16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Support `cargo-deb`. ([#1669](https://github.com/taiki-e/install-action/pull/1669)) + - Update `just@latest` to 1.49.0. - Update `mise@latest` to 2026.4.4. -- Support `cargo-deb`. ([#1669](https://github.com/taiki-e/install-action/pull/1669)) - ## [2.73.0] - 2026-04-05 - Introduce [dependency cooldown](https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns) when installing with `taiki-e/install-action@`, `tool: @latest`, or `tool: @` to mitigate the risk of supply chain attacks by default. ([#1666](https://github.com/taiki-e/install-action/pull/1666))