mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 07:00:27 +00:00
Update cargo-llvm-cov and shfmt
This commit is contained in:
@@ -10,6 +10,9 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.2.1.
|
||||
- Update `shfmt@latest` to 3.4.3.
|
||||
|
||||
## [1.1.5] - 2022-02-08
|
||||
|
||||
- Update `wasmtime@latest` to 0.34.0.
|
||||
|
||||
4
main.sh
4
main.sh
@@ -59,7 +59,7 @@ for tool in "${tools[@]}"; do
|
||||
# https://github.com/taiki-e/cargo-hack/releases
|
||||
cargo-hack) latest_version="0.5.12" ;;
|
||||
# https://github.com/taiki-e/cargo-llvm-cov/releases
|
||||
cargo-llvm-cov) latest_version="0.2.0" ;;
|
||||
cargo-llvm-cov) latest_version="0.2.1" ;;
|
||||
# https://github.com/taiki-e/cargo-minimal-versions/releases
|
||||
cargo-minimal-versions) latest_version="0.1.3" ;;
|
||||
# https://github.com/taiki-e/parse-changelog/releases
|
||||
@@ -121,7 +121,7 @@ for tool in "${tools[@]}"; do
|
||||
;;
|
||||
shfmt)
|
||||
# https://github.com/mvdan/sh/releases
|
||||
latest_version="3.4.2"
|
||||
latest_version="3.4.3"
|
||||
repo="mvdan/sh"
|
||||
case "${OSTYPE}" in
|
||||
linux*) target="linux_amd64" ;;
|
||||
|
||||
Reference in New Issue
Block a user