Support cargo-deb

This commit is contained in:
Taiki Endo
2026-04-05 17:16:30 +09:00
parent 7a562dfa95
commit 55a981690b
6 changed files with 73 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ 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))
## [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_name>`, `tool: <tool_name>@latest`, or `tool: <tool_name>@<omitted_version>` to mitigate the risk of supply chain attacks by default. ([#1666](https://github.com/taiki-e/install-action/pull/1666))