Add fallback input option to ensure that fallback is not used

This commit is contained in:
Taiki Endo
2024-06-08 16:33:32 +09:00
parent f6578d890d
commit 2d1ca68f02
6 changed files with 33 additions and 1 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]
- Add `fallback: none` input option to ensure that fallback is not used. ([#517](https://github.com/taiki-e/install-action/pull/517))
- `cargo-nextest` installation no longer use `cargo-binstall`.
This improves security, performance, robustness of installation. See [#487](https://github.com/taiki-e/install-action/issues/487) for more.