From 59c6ff35e616d48fee49786892b141735ef2c173 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 14 Dec 2022 11:51:33 +0900 Subject: [PATCH] Tweak changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe1d09b..75d2bbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com 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. - The system's package manager is used for these installations. However, bash, which is an execution requirement of the action itself, and rustc, which is usually preferred for installation by rustup rather than the system's package manager, are *not* covered by these installations. + The system's package manager is used for these installations. However, `bash`, which is an execution requirement of the action itself, and `cargo`, which is usually preferred for installation by rustup rather than the system's package manager, are *not* covered by these installations. ## [1.15.5] - 2022-12-13