Update comment/changelog

This commit is contained in:
Taiki Endo
2026-04-13 17:54:45 +09:00
parent d0f23220b0
commit 8bc1320cc4
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [2.75.9] - 2026-04-13
- Enhance security when cargo-binstall fallback is enabled. ([acc1621b](https://github.com/taiki-e/install-action/commit/acc1621b4419c9cf5d2361f3dd3bedcc288c6c43))
- Enhance security when cargo-binstall fallback is used. ([acc1621b](https://github.com/taiki-e/install-action/commit/acc1621b4419c9cf5d2361f3dd3bedcc288c6c43))
## [2.75.8] - 2026-04-13

View File

@@ -953,6 +953,7 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
done
if [[ ${#unsupported_tools2[@]} -gt 0 ]]; then
for tool in "${unsupported_tools2[@]}"; do
# This logic is from cache-cargo-install-action.
cargo_args=(--locked)
if [[ "${tool}" == *"@"* ]]; then
version="${tool#*@}"