mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-09 14:20:29 +00:00
Update cargo-hack, cargo-llvm-cov, cargo-minimal-versions, and parse-changelog
This commit is contained in:
8
main.sh
8
main.sh
@@ -57,13 +57,13 @@ for tool in "${tools[@]}"; do
|
||||
cargo-hack | cargo-llvm-cov | cargo-minimal-versions | parse-changelog)
|
||||
case "${tool}" in
|
||||
# https://github.com/taiki-e/cargo-hack/releases
|
||||
cargo-hack) latest_version="0.5.13" ;;
|
||||
cargo-hack) latest_version="0.5.14" ;;
|
||||
# https://github.com/taiki-e/cargo-llvm-cov/releases
|
||||
cargo-llvm-cov) latest_version="0.4.4" ;;
|
||||
cargo-llvm-cov) latest_version="0.4.5" ;;
|
||||
# https://github.com/taiki-e/cargo-minimal-versions/releases
|
||||
cargo-minimal-versions) latest_version="0.1.3" ;;
|
||||
cargo-minimal-versions) latest_version="0.1.4" ;;
|
||||
# https://github.com/taiki-e/parse-changelog/releases
|
||||
parse-changelog) latest_version="0.4.7" ;;
|
||||
parse-changelog) latest_version="0.4.8" ;;
|
||||
*) exit 1 ;;
|
||||
esac
|
||||
repo="taiki-e/${tool}"
|
||||
|
||||
Reference in New Issue
Block a user