From d117b8d41ac318d205fc8430fe2bcc1bf7480a85 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 26 Dec 2022 01:11:44 +0900 Subject: [PATCH] Remove outdated todo --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4079e041..46430b41 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,6 @@ If `/usr/local/bin` is not available, binaries will be installed to `$HOME/.inst If a tool not included in the list above is specified, this action uses [cargo-binstall] as a fallback. - - ## Security When installing the tool from GitHub Releases, this action will download the tool or its installer from GitHub Releases using HTTPS with tlsv1.2+. This is basically considered to be the same level of security as [the recommended installation of rustup](https://www.rust-lang.org/tools/install).