From f69fae4162ae50530d402d8df73f3dc47782c0c9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 14 Dec 2022 11:31:32 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4d4814..b07fb003 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] +- Update `cargo-binstall@latest` to 0.18.1. ([#32](https://github.com/taiki-e/install-action/pull/32), thanks @NobodyXu) + - If the host environment lacks packages required for installation, such as `curl` or `tar`, install them if possible. It is mainly intended to make the use of this action easy on containers or self-hosted runners, and currently supports Debian-based distributions (including Ubuntu) and Alpine.