# Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] ## [2.71.1] - 2026-04-02 - Fix a regression that caused an execution policy violation on self-hosted Windows runner due to use of non-default `powershell` shell, introduced in 2.71.0. - Update `dprint@latest` to 0.53.2. ## [2.71.0] - 2026-04-01 - Support `wasm-tools`. ([#1642](https://github.com/taiki-e/install-action/pull/1642), thanks @crepererum) - Support `covgate`. ([#1613](https://github.com/taiki-e/install-action/pull/1613), thanks @jesse-black) - Implement potential workaround for [windows-11-arm runner bug](https://github.com/actions/partner-runner-images/issues/169) which sometimes causes issue that the action successfully completes but the tool is not installed. ([#1647](https://github.com/taiki-e/install-action/pull/1647)) - Update `typos@latest` to 1.45.0. - Update `mise@latest` to 2026.4.0. - Update `cargo-careful@latest` to 0.4.10. ## [2.70.4] - 2026-04-01 - Update `wasm-bindgen@latest` to 0.2.117. - Update `vacuum@latest` to 0.25.5. - Update `tombi@latest` to 0.9.13. - Update `mise@latest` to 2026.3.18. ## [2.70.3] - 2026-03-31 - Update `wasm-bindgen@latest` to 0.2.116. - Update `cargo-insta@latest` to 1.47.2. - Update `tombi@latest` to 0.9.12. - Update `biome@latest` to 2.4.10. ## [2.70.2] - 2026-03-30 - Update `vacuum@latest` to 0.25.3. - Update `tombi@latest` to 0.9.11. ## [2.70.1] - 2026-03-29 - Update `cargo-insta@latest` to 1.47.1. - Update `cargo-binstall@latest` to 1.17.9. - Update `tombi@latest` to 0.9.10. ## [2.70.0] - 2026-03-28 - Install `uv`, `uvw` (Windows-only), and `uvx` binaries when installing `uv`. Previously, only `uv` binary was installed. ([#1632](https://github.com/taiki-e/install-action/pull/1632)) ## [2.69.14] - 2026-03-28 - Update `just@latest` to 1.48.1. - Update `wasm-bindgen@latest` to 0.2.115. ## [2.69.13] - 2026-03-27 - Update `mise@latest` to 2026.3.17. - Update `cargo-insta@latest` to 1.47.0. ## [2.69.12] - 2026-03-27 - Update `uv@latest` to 0.11.2. ## [2.69.11] - 2026-03-26 - Update `dprint@latest` to 0.53.1. - Update `mise@latest` to 2026.3.16. ## [2.69.10] - 2026-03-25 - Update `biome@latest` to 2.4.9. - Update `mise@latest` to 2026.3.15. ## [2.69.9] - 2026-03-25 - Update `uv@latest` to 0.11.1. - Update `osv-scanner@latest` to 2.3.5. - Update `mise@latest` to 2026.3.14. ## [2.69.8] - 2026-03-24 - Update `just@latest` to 1.48.0. - Update `uv@latest` to 0.11.0. - Update `rclone@latest` to 1.73.3. - Update `mise@latest` to 2026.3.13. ## [2.69.7] - 2026-03-23 - Update `prek@latest` to 0.3.8. - Update `mise@latest` to 2026.3.12. - Update `cargo-valgrind@latest` to 2.4.1. ## [2.69.6] - 2026-03-21 - Support signature verification for `mise` and `syft`. ([#1611](https://github.com/taiki-e/install-action/pull/1611)) - Update `mise@latest` to 2026.3.10. - Update `knope@latest` to 0.22.4. - Update `cargo-binstall@latest` to 1.17.8. - Update `tombi@latest` to 0.9.9. ## [2.69.5] - 2026-03-21 - Update `cargo-nextest@latest` to 0.9.132. ## [2.69.4] - 2026-03-20 - Support artifact attestations verification for `biome`, `cargo-cyclonedx`, `cargo-hack`, `cargo-llvm-cov`, `cargo-minimal-versions`, `cargo-no-dev-deps`, `martin`, `parse-changelog`, `parse-dockerfile`, `prek`, `uv`, `wasmtime`, `zizmor`, and `zola`. ([#1606](https://github.com/taiki-e/install-action/pull/1606)) - Update `biome@latest` to 2.4.8. - Update `tombi@latest` to 0.9.8. - Update `parse-dockerfile@latest` to 0.1.5. - Update `parse-changelog@latest` to 0.6.16. - Update `cargo-llvm-cov@latest` to 0.8.5. - Update `wasmtime@latest` to 43.0.0. - Update `cargo-no-dev-deps@latest` to 0.2.23. - Update `cargo-minimal-versions@latest` to 0.1.37. - Update `cargo-hack@latest` to 0.6.44. ## [2.69.3] - 2026-03-20 - Update `uv@latest` to 0.10.12. - Update `protoc@latest` to 3.34.1. - Downgrade `trivy@latest` to 0.69.3. ([#1602](https://github.com/taiki-e/install-action/pull/1602)) ## [2.69.2] - 2026-03-19 - Update `trivy@latest` to 0.69.4. - Update `syft@latest` to 1.42.3. ## [2.69.1] - 2026-03-19 - Support `cargo-auditable`, `cargo-cyclonedx`, `cargo-machete`, and `knope` on AArch64 Linux. - Support `cargo-nextest` on AArch64 Linux (musl). - Support `coreutils`, `dprint`, and `sccache` on riscv64 Linux. - Support `sccache` on s390x Linux. - Support installing native binary for `cargo-audit` and `wasm-pack` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.) - Support installing native binary for `cargo-auditable`, `cargo-nextest`, `syft`, and `taplo` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.) ## [2.69.0] - 2026-03-19 - Support `auto-doc`. ([#1596](https://github.com/taiki-e/install-action/pull/1596), thanks @quotidian-ennui) - Support `cargo-nextest` on riscv64 Linux. ([#1598](https://github.com/taiki-e/install-action/pull/1598), thanks @yuzibo) - Update `cargo-cyclonedx@latest` to 0.5.9. ## [2.68.36] - 2026-03-19 - Update `cargo-sort@latest` to 2.1.3. - Update `cargo-nextest@latest` to 0.9.131. ## [2.68.35] - 2026-03-17 - Update `tombi@latest` to 0.9.7. - Update `cargo-sort@latest` to 2.1.2. - Update `uv@latest` to 0.10.11. - Update `just@latest` to 1.47.1. ## [2.68.34] - 2026-03-16 - Update `prek@latest` to 0.3.6. - Update `vacuum@latest` to 0.25.2. ## [2.68.33] - 2026-03-16 - Update `dprint@latest` to 0.53.0. ## [2.68.32] - 2026-03-15 - Update `tombi@latest` to 0.9.6. - Update `martin@latest` to 1.4.0. ## [2.68.31] - 2026-03-15 - Update `cargo-shear@latest` to 1.11.2. ## [2.68.30] - 2026-03-15 - Update `just@latest` to 1.47.0. - Update `tombi@latest` to 0.9.5. ## [2.68.29] - 2026-03-14 - Update `cargo-shear@latest` to 1.11.1. ## [2.68.28] - 2026-03-14 - Update `cargo-shear@latest` to 1.11.0. - Update `vacuum@latest` to 0.25.1. - Update `uv@latest` to 0.10.10. - Update `mise@latest` to 2026.3.9. ## [2.68.27] - 2026-03-12 - Update `cargo-cyclonedx@latest` to 0.5.8. - Update `mise@latest` to 2026.3.8. ## [2.68.26] - 2026-03-10 - Update `vacuum@latest` to 0.25.0. - Update `syft@latest` to 1.42.2. - Update `shfmt@latest` to 3.13.0. - Update `prek@latest` to 0.3.5. - Update `mise@latest` to 2026.3.7. - Update `cargo-shear@latest` to 1.10.0. - Update `cargo-nextest@latest` to 0.9.130. ## [2.68.25] - 2026-03-08 - Update `zizmor@latest` to 1.23.1. - Update `tombi@latest` to 0.9.4. - Update `cargo-semver-checks@latest` to 0.47.0. ## [2.68.24] - 2026-03-08 - Avoid triggering [zizmor ref-confusion](https://docs.zizmor.sh/audits/#ref-confusion) when using this action in form of `uses: taiki-e/install-action@v2` or `uses: taiki-e/install-action@`. ## [2.68.23] - 2026-03-08 - Update `zizmor@latest` to 1.23.0. - Update `tombi@latest` to 0.9.3. - Update `mise@latest` to 2026.3.5. ## [2.68.22] - 2026-03-07 - Update `release-plz@latest` to 0.3.157. - Update `cargo-binstall@latest` to 1.17.7. - Update `mise@latest` to 2026.3.4. ## [2.68.21] - 2026-03-07 - Update `tombi@latest` to 0.9.2. - Update `uv@latest` to 0.10.9. - Update `rclone@latest` to 1.73.2. - Update `cargo-sort@latest` to 2.1.1. ## [2.68.20] - 2026-03-06 - Update `tombi@latest` to 0.9.1. - Update `cargo-neat@latest` to 0.3.2. ## [2.68.19] - 2026-03-05 - Update `mise@latest` to 2026.3.3. - Update `cargo-auditable@latest` to 0.7.4. - Update `cargo-sort@latest` to 2.1.0. ## [2.68.18] - 2026-03-04 - Update `uv@latest` to 0.10.8. - Update `grcov@latest` to 0.10.7. - Update `cargo-auditable@latest` to 0.7.3. ## [2.68.17] - 2026-03-03 - Update `trivy@latest` to 0.69.3. - Update `grcov@latest` to 0.10.6. - Update `tombi@latest` to 0.9.0. - Update `mise@latest` to 2026.3.1. ## [2.68.16] - 2026-03-02 - Update `mise@latest` to 2026.2.24. - Update `vacuum@latest` to 0.24.0. - Update `trivy@latest` to 0.69.2. - Update `tombi@latest` to 0.8.0. ## [2.68.15] - 2026-02-28 - Update `mise@latest` to 2026.2.23. - Update `prek@latest` to 0.3.4. - Update `cargo-binstall@latest` to 1.17.6. ## [2.68.14] - 2026-02-28 - Update `wasm-bindgen@latest` to 0.2.114. - Update `typos@latest` to 1.44.0. ## [2.68.13] - 2026-02-27 - Update `uv@latest` to 0.10.7. - Update `mise@latest` to 2026.2.22. - Update `cargo-lambda@latest` to 1.9.1. ## [2.68.12] - 2026-02-26 - Update `tombi@latest` to 0.7.33. - Update `mise@latest` to 2026.2.21. ## [2.68.11] - 2026-02-26 - Update `wasmtime@latest` to 42.0.1. - Update `protoc@latest` to 3.34.0. - Update `dprint@latest` to 0.52.0. ## [2.68.10] - 2026-02-25 - Update `mise@latest` to 2026.2.20. - Update `wasm-bindgen@latest` to 0.2.113. - Update `uv@latest` to 0.10.6. ## [2.68.9] - 2026-02-24 - Update `wasmtime@latest` to 42.0.0. - Update `wasm-bindgen@latest` to 0.2.112. - Update `uv@latest` to 0.10.5. ## [2.68.8] - 2026-02-23 - Update `cargo-nextest@latest` to 0.9.129. - Update `mise@latest` to 2026.2.19. - Update `tombi@latest` to 0.7.32. ## [2.68.7] - 2026-02-22 - Update `mise@latest` to 2026.2.18. - Update `wasm-bindgen@latest` to 0.2.111. ## [2.68.6] - 2026-02-21 - Update `wasm-bindgen@latest` to 0.2.110. ## [2.68.5] - 2026-02-20 - Update `wasm-bindgen@latest` to 0.2.109. ## [2.68.4] - 2026-02-20 - Update `cargo-nextest@latest` to 0.9.128. ## [2.68.3] - 2026-02-19 - Update `mise@latest` to 2026.2.17. - Update `cargo-tarpaulin@latest` to 0.35.2. - Update `syft@latest` to 1.42.1. ## [2.68.2] - 2026-02-18 - Update `uv@latest` to 0.10.4. - Update `tombi@latest` to 0.7.31. - Update `rclone@latest` to 1.73.1. ## [2.68.1] - 2026-02-17 - Update `mise@latest` to 2026.2.15. - Update `tombi@latest` to 0.7.30. - Update `knope@latest` to 0.22.3. ## [2.68.0] - 2026-02-16 - Support `gungraun-runner`. ([#1520](https://github.com/taiki-e/install-action/pull/1520), thanks @gamma0987) - Update `uv@latest` to 0.10.3. - Update `typos@latest` to 1.43.5. - Update `tombi@latest` to 0.7.29. - Update `release-plz@latest` to 0.3.156. - Update `cargo-lambda@latest` to 1.9.0. - Update `prek@latest` to 0.3.3. - Update `mise@latest` to 2026.2.13. ## [2.67.30] - 2026-02-13 - Update `cargo-nextest@latest` to 0.9.127. ## [2.67.29] - 2026-02-13 - Update `mise@latest` to 2026.2.11. - Update `cargo-no-dev-deps@latest` to 0.2.21. - Update `cargo-minimal-versions@latest` to 0.1.36. - Update `cargo-hack@latest` to 0.6.43. - Update `cargo-binstall@latest` to 1.17.5. - Update `osv-scanner@latest` to 2.3.3. - Update `martin@latest` to 1.3.1. - Update `parse-dockerfile@latest` to 0.1.4. ## [2.67.28] - 2026-02-11 - Update `uv@latest` to 0.10.2. - Update `syft@latest` to 1.42.0. - Update `mise@latest` to 2026.2.9. - Update `cyclonedx@latest` to 0.30.0. ## [2.67.27] - 2026-02-09 - Update `sccache@latest` to 0.14.0. - Update `typos@latest` to 1.43.4. - Update `mise@latest` to 2026.2.8. ## [2.67.26] - 2026-02-09 - Update `tombi@latest` to 0.7.28. - Update `mise@latest` to 2026.2.7. ## [2.67.25] - 2026-02-07 - Update `cargo-hack@latest` to 0.6.42. ## [2.67.24] - 2026-02-06 - Update `cargo-llvm-cov@latest` to 0.8.4. - Update `typos@latest` to 1.43.3. - Update `vacuum@latest` to 0.23.8. ## [2.67.23] - 2026-02-06 - Update `prek@latest` to 0.3.2. - Update `mise@latest` to 2026.2.5. - Update `typos@latest` to 1.43.2. - Update `release-plz@latest` to 0.3.155. ## [2.67.22] - 2026-02-06 - Update `uv@latest` to 0.10.0. - Update `vacuum@latest` to 0.23.7. ## [2.67.21] - 2026-02-05 - Update `cargo-llvm-cov@latest` to 0.8.3. - Update `trivy@latest` to 0.69.1. - Update `tombi@latest` to 0.7.27. - Update `mise@latest` to 2026.2.4. ## [2.67.20] - 2026-02-05 - Update `wasmtime@latest` to 41.0.3. - Update `wash@latest` to 0.43.0. - Update `uv@latest` to 0.9.30. - Update `cargo-nextest@latest` to 0.9.126. - Update `cargo-audit@latest` to 0.22.1. ## [2.67.19] - 2026-02-04 - Update `uv@latest` to 0.9.29. - Update `release-plz@latest` to 0.3.154. - Update `mise@latest` to 2026.2.3. - Update `knope@latest` to 0.22.2. - Update `coreutils@latest` to 0.6.0. - Update `cargo-nextest@latest` to 0.9.125. - Update `typos@latest` to 1.43.1. - Update `syft@latest` to 1.41.2. - Update `wasmtime@latest` to 41.0.2. - Update `cargo-insta@latest` to 1.46.3. ## [2.67.18] - 2026-01-31 - Update `prek@latest` to 0.3.1. - Update `mise@latest` to 2026.1.12. - Update `cargo-insta@latest` to 1.46.2. ## [2.67.17] - 2026-01-31 - Update `rclone@latest` to 1.73.0. - Update `mise@latest` to 2026.1.11. - Update `vacuum@latest` to 0.23.5. - Update `trivy@latest` to 0.69.0. ## [2.67.16] - 2026-01-30 - Update `uv@latest` to 0.9.28. - Update `syft@latest` to 1.41.1. - Update `protoc@latest` to 3.33.5. - Update `martin@latest` to 1.3.0. - Update `mise@latest` to 2026.1.9. - Update `editorconfig-checker@latest` to 3.6.1. - Update `cargo-binstall@latest` to 1.17.4. ## [2.67.15] - 2026-01-28 - Update `typos@latest` to 1.42.3. - Update `cargo-zigbuild@latest` to 0.21.4. ## [2.67.14] - 2026-01-27 - Update `syft@latest` to 1.41.0. - Update `cargo-llvm-cov@latest` to 0.8.2. - Update `mise@latest` to 2026.1.8. - Update `wasmtime@latest` to 41.0.1. - Update `uv@latest` to 0.9.27. ## [2.67.13] - 2026-01-26 - Update `typos@latest` to 1.42.2. - Update `cargo-llvm-cov@latest` to 0.8.1. ## [2.67.12] - 2026-01-26 - Update `cargo-llvm-cov@latest` to 0.8.0. ## [2.67.11] - 2026-01-26 - Update `cargo-nextest@latest` to 0.9.124. - Update `mise@latest` to 2026.1.7. ## [2.67.10] - 2026-01-25 - Update `cargo-zigbuild@latest` to 0.21.3. - Update `tombi@latest` to 0.7.25. ## [2.67.9] - 2026-01-25 - Update `cargo-zigbuild@latest` to 0.21.2. - Update `tombi@latest` to 0.7.24. ## [2.67.8] - 2026-01-24 - Update `release-plz@latest` to 0.3.153. - Update `cargo-llvm-cov@latest` to 0.7.1. - Update `cargo-binstall@latest` to 1.17.3. ## [2.67.7] - 2026-01-24 - Update `cargo-llvm-cov@latest` to 0.7.0. - Update `release-plz@latest` to 0.3.152. ## [2.67.6] - 2026-01-23 - Update `cargo-nextest@latest` to 0.9.123. ## [2.67.5] - 2026-01-23 - Update `cargo-semver-checks@latest` to 0.46.0. - Update `tombi@latest` to 0.7.23. ## [2.67.4] - 2026-01-22 - Support installing native binary for `cargo-llvm-cov` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.) - Update `cargo-llvm-cov@latest` to 0.6.24. ## [2.67.3] - 2026-01-22 - Update `zola@latest` to 0.22.1. - Update `prek@latest` to 0.3.0. - Update `mise@latest` to 2026.1.6. - Update `tombi@latest` to 0.7.22. - Update `cargo-neat@latest` to 0.2.4. ## [2.67.2] - 2026-01-21 - Update `wasmtime@latest` to 41.0.0. - Update `git-cliff@latest` to 2.12.0. ## [2.67.1] - 2026-01-20 - Update `wasm-pack@latest` to 0.14.0. ## [2.67.0] - 2026-01-20 - Support `cargo-neat`. ([#1404](https://github.com/taiki-e/install-action/pull/1404), thanks @killzoner) - Update `tombi@latest` to 0.7.20. - Update `knope@latest` to 0.22.1. - Update `mise@latest` to 2026.1.5. - Update `vacuum@latest` to 0.23.4. - Update `typos@latest` to 1.42.1. - Update `cargo-binstall@latest` to 1.16.7. ## [2.66.7] - 2026-01-19 - Update `prek@latest` to 0.2.30. - Update `release-plz@latest` to 0.3.151. - Update `mise@latest` to 2026.1.4. - Update `vacuum@latest` to 0.23.3. - Update `zizmor@latest` to 1.22.0. - Update `cargo-tarpaulin@latest` to 0.35.1. ## [2.66.6] - 2026-01-16 - Update `prek@latest` to 0.2.29. - Update `zizmor@latest` to 1.21.0. - Update `syft@latest` to 1.40.1. - Update `uv@latest` to 0.9.26. - Update `cargo-insta@latest` to 1.46.1. ## [2.66.5] - 2026-01-15 - Update `wasm-bindgen@latest` to 0.2.108. - Update `osv-scanner@latest` to 2.3.2. ## [2.66.4] - 2026-01-14 - Update `cargo-nextest@latest` to 0.9.122. - Update `wasmtime@latest` to 40.0.2. - Update `uv@latest` to 0.9.25. - Update `mise@latest` to 2026.1.2. - Update `sccache@latest` to 0.13.0. ## [2.66.3] - 2026-01-13 - Update `prek@latest` to 0.2.28. - Update `tombi@latest` to 0.7.19. ## [2.66.2] - 2026-01-13 - Update `cargo-nextest@latest` to 0.9.121. - Update `protoc@latest` to 3.33.4. - Update `knope@latest` to 0.22.0. ## [2.66.1] - 2026-01-11 - Update `tombi@latest` to 0.7.18. - Update `ubi@latest` to 0.9.0. ## [2.66.0] - 2026-01-10 - Support `mdbook-mermaid-ssr`. ([#1400](https://github.com/taiki-e/install-action/pull/1400), thanks @CommanderStorm) - Improve support for Windows with MSYS2 bash. - Documentation improvements. ## [2.65.16] - 2026-01-10 - Update `zola@latest` to 0.22.0. - Update `wasmtime@latest` to 40.0.1. - Update `vacuum@latest` to 0.23.2. - Update `uv@latest` to 0.9.24. - Update `typos@latest` to 1.42.0. - Update `tombi@latest` to 0.7.16. - Update `syft@latest` to 1.40.0. - Update `protoc@latest` to 3.33.3. - Update `prek@latest` to 0.2.27. - Update `mise@latest` to 2026.1.1. - Update `cargo-nextest@latest` to 0.9.120. - Update `cargo-deny@latest` to 0.19.0. ## [2.65.15] - 2026-01-06 - Update `parse-dockerfile@latest` to 0.1.3. - Update `parse-changelog@latest` to 0.6.15. - Update `cargo-llvm-cov@latest` to 0.6.23. - Update `cargo-hack@latest` to 0.6.41. - Update `cargo-minimal-versions@latest` to 0.1.35. - Update `cargo-no-dev-deps@latest` to 0.2.20. ## [2.65.14] - 2026-01-06 - Enable [release immutability](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases). - Update `uv@latest` to 0.9.22. - Update `zizmor@latest` to 1.20.0. ## [2.65.13] - 2026-01-05 - Update `cargo-nextest@latest` to 0.9.118. - Update `martin@latest` to 1.2.0. - Update `cargo-insta@latest` to 1.46.0. ## [2.65.12] - 2026-01-02 - Update `just@latest` to 1.46.0. - Update `cargo-nextest@latest` to 0.9.117. ## [2.65.11] - 2026-01-01 - Update `cargo-tarpaulin@latest` to 0.35.0. - Update `typos@latest` to 1.41.0. - Update `vacuum@latest` to 0.23.0. ## [2.65.10] - 2025-12-31 - Update `mise@latest` to 2025.12.13. - Update `uv@latest` to 0.9.21. ## [2.65.9] - 2025-12-30 - Update `cargo-llvm-cov@latest` to 0.6.22. ## [2.65.8] - 2025-12-30 - Update `tombi@latest` to 0.7.14. - Update `uv@latest` to 0.9.20. - Update `typos@latest` to 1.40.1. ## [2.65.7] - 2025-12-29 - Update `cargo-no-dev-deps@latest` to 0.2.19. - Update `cargo-minimal-versions@latest` to 0.1.34. - Update `cargo-insta@latest` to 1.45.1. - Update `cargo-hack@latest` to 0.6.40. - Update `dprint@latest` to 0.51.1. ## [2.65.6] - 2025-12-28 - Update `dprint@latest` to 0.51.0. - Update `vacuum@latest` to 0.22.0. ## [2.65.5] - 2025-12-27 - Update `tombi@latest` to 0.7.12. - Update `cargo-binstall@latest` to 1.16.6. ## [2.65.4] - 2025-12-27 - Update `cargo-nextest@latest` to 0.9.116. - Update `prek@latest` to 0.2.25. ## [2.65.3] - 2025-12-26 - Update `tombi@latest` to 0.7.11. ## [2.65.2] - 2025-12-23 - Update `prek@latest` to 0.2.24. - Update `wasmtime@latest` to 40.0.0. - Update `vacuum@latest` to 0.21.7. - Update `tombi@latest` to 0.7.10. - Update `syft@latest` to 1.39.0. - Update `cargo-binstall@latest` to 1.16.5. ## [2.65.1] - 2025-12-21 - Update `tombi@latest` to 0.7.9. - Update `vacuum@latest` to 0.21.6. - Update `prek@latest` to 0.2.23. ## [2.65.0] - 2025-12-20 - Support `cargo-insta`. ([#1372](https://github.com/taiki-e/install-action/pull/1372), thanks @CommanderStorm) - Update `vacuum@latest` to 0.21.2. ## [2.64.2] - 2025-12-19 - Update `zizmor@latest` to 1.19.0. - Update `mise@latest` to 2025.12.12. ## [2.64.1] - 2025-12-18 - Update `tombi@latest` to 0.7.8. - Update `mise@latest` to 2025.12.11. ## [2.64.0] - 2025-12-17 - `tool` input option now supports whitespace (space, tab, and line) or comma separated list. Previously, only comma-separated list was supported. ([#1366](https://github.com/taiki-e/install-action/pull/1366)) - Support `prek`. ([#1357](https://github.com/taiki-e/install-action/pull/1357), thanks @j178) - Support `mdbook-mermaid`. ([#1359](https://github.com/taiki-e/install-action/pull/1359), thanks @CommanderStorm) - Support `martin`. ([#1364](https://github.com/taiki-e/install-action/pull/1364), thanks @CommanderStorm) - Update `trivy@latest` to 0.68.2. - Update `xh@latest` to 0.25.3. - Update `mise@latest` to 2025.12.10. - Update `uv@latest` to 0.9.18. - Update `cargo-shear@latest` to 1.9.1. ## [2.63.3] - 2025-12-15 - Update `cargo-nextest@latest` to 0.9.115. ## [2.63.2] - 2025-12-15 - Update `mise@latest` to 2025.12.7. - Update `git-cliff@latest` to 2.11.0. - Update `coreutils@latest` to 0.5.0. - Update `cargo-binstall@latest` to 1.16.4. ## [2.63.1] - 2025-12-14 - Update `mise@latest` to 2025.12.5. - Update `cargo-shear@latest` to 1.9.0. ## [2.63.0] - 2025-12-12 - Support `tombi`. ([#1340](https://github.com/taiki-e/install-action/pull/1340), thanks @crepererum) - Update `cargo-dinghy@latest` to 0.8.4. - Update `mise@latest` to 2025.12.2. - Update `mdbook@latest` to 0.5.2. ## [2.62.67] - 2025-12-11 - Update `vacuum@latest` to 0.20.5. - Update `rclone@latest` to 1.72.1. - Update `osv-scanner@latest` to 2.3.1. - Update `just@latest` to 1.45.0. ## [2.62.66] - 2025-12-10 - Update `uv@latest` to 0.9.17. - Update `syft@latest` to 1.38.2. ## [2.62.65] - 2025-12-09 - Update `cyclonedx@latest` to 0.29.2. - Update `just@latest` to 1.44.1. - Update `cargo-shear@latest` to 1.7.2. - Update `mise@latest` to 2025.12.1. ## [2.62.64] - 2025-12-08 - Update `cargo-deny@latest` to 0.18.9. - Update `just@latest` to 1.44.0. - Update `uv@latest` to 0.9.16. ## [2.62.63] - 2025-12-06 - Update `protoc@latest` to 3.33.2. - Update `release-plz@latest` to 0.3.150. - Update `cargo-binstall@latest` to 1.16.3. - Update `knope@latest` to 0.21.7. - Update `mise@latest` to 2025.12.0. ## [2.62.62] - 2025-12-03 - Update `cargo-deny@latest` to 0.18.8. - Update `cargo-shear@latest` to 1.7.1. - Update `trivy@latest` to 0.68.1. - Update `uv@latest` to 0.9.15. - Update `knope@latest` to 0.21.6. ## [2.62.61] - 2025-12-02 - Update `cargo-deny@latest` to 0.18.7. - Update `cargo-careful@latest` to 0.4.9. - Update `uv@latest` to 0.9.14. - Update `vacuum@latest` to 0.20.4. - Update `cargo-valgrind@latest` to 2.4.0. - Update `mise@latest` to 2025.11.11. ## [2.62.60] - 2025-11-30 - Update `zizmor@latest` to 1.18.0. - Update `cargo-shear@latest` to 1.7.0. - Update `wasm-bindgen@latest` to 0.2.106. ## [2.62.59] - 2025-11-28 - Update `mise@latest` to 2025.11.10. - Update `uv@latest` to 0.9.13. - Update `typos@latest` to 1.40.0. ## [2.62.58] - 2025-11-26 - Update `cargo-shear@latest` to 1.6.6. - Update `mise@latest` to 2025.11.8. - Update `zizmor@latest` to 1.17.0. - Update `uv@latest` to 0.9.12. - Update `editorconfig-checker@latest` to 3.6.0. - Update `wasmtime@latest` to 39.0.1. - Update `release-plz@latest` to 0.3.149. ## [2.62.57] - 2025-11-24 - Update `cargo-deny@latest` to 0.18.6. - Update `cargo-shear@latest` to 1.6.5. - Update `cargo-binstall@latest` to 1.16.2. ## [2.62.56] - 2025-11-23 - Update `cargo-shear@latest` to 1.6.4. - Update `rclone@latest` to 1.72.0. ## [2.62.55] - 2025-11-21 - Update `cargo-binstall@latest` to 1.16.1. - Update `editorconfig-checker@latest` to 3.5.0. - Update `uv@latest` to 0.9.11. - Update `wasmtime@latest` to 39.0.0. - Update `mise@latest` to 2025.11.7. - Update `mdbook@latest` to 0.5.1. - Update `osv-scanner@latest` to 2.3.0. - Update `cargo-nextest@latest` to 0.9.114. ## [2.62.54] - 2025-11-19 - Update `mise@latest` to 2025.11.6. - Update `hyperfine@latest` to 1.20.0. ## [2.62.53] - 2025-11-18 - Update `mdbook@latest` to 0.5.0. - Update `uv@latest` to 0.9.10. - Update `syft@latest` to 1.38.0. ## [2.62.52] - 2025-11-17 - Update `cargo-nextest@latest` to 0.9.113. - Update `cargo-binstall@latest` to 1.16.0. - Update `mise@latest` to 2025.11.5. - Update `cargo-shear@latest` to 1.6.3. ## [2.62.51] - 2025-11-14 - Update `typos@latest` to 1.39.2. - Update `mise@latest` to 2025.11.4. - Update `uv@latest` to 0.9.9. - Update `protoc@latest` to 3.33.1. - Update `just@latest` to 1.43.1. ## [2.62.50] - 2025-11-12 - Update `wasmtime@latest` to 38.0.4. - Update `coreutils@latest` to 0.4.0. ## [2.62.49] - 2025-11-09 - Update `cargo-binstall@latest` to 1.15.11. - Update `cargo-auditable@latest` to 0.7.2. - Update `vacuum@latest` to 0.20.2. ## [2.62.48] - 2025-11-08 - Update `mise@latest` to 2025.11.3. - Update `cargo-audit@latest` to 0.22.0. - Update `vacuum@latest` to 0.20.1. - Update `uv@latest` to 0.9.8. - Update `cargo-udeps@latest` to 0.1.60. - Update `zizmor@latest` to 1.16.3. ## [2.62.47] - 2025-11-05 - Update `vacuum@latest` to 0.20.0. - Update `cargo-nextest@latest` to 0.9.111. - Update `cargo-shear@latest` to 1.6.2. ## [2.62.46] - 2025-11-04 - Update `vacuum@latest` to 0.19.5. - Update `syft@latest` to 1.37.0. - Update `mise@latest` to 2025.11.2. - Update `knope@latest` to 0.21.5. ## [2.62.45] - 2025-11-02 - Update `zizmor@latest` to 1.16.2. - Update `cargo-binstall@latest` to 1.15.10. - Update `ubi@latest` to 0.8.4. - Update `mise@latest` to 2025.11.1. - Update `cargo-semver-checks@latest` to 0.45.0. ## [2.62.44] - 2025-11-01 - Update `mise@latest` to 2025.11.0. - Update `cargo-nextest@latest` to 0.9.110. - Update `typos@latest` to 1.39.0. ## [2.62.43] - 2025-10-31 - Update `uv@latest` to 0.9.7. - Update `mise@latest` to 2025.10.21. ## [2.62.42] - 2025-10-30 - Update `mise@latest` to 2025.10.20. - Update `cargo-nextest@latest` to 0.9.109. - Update `vacuum@latest` to 0.19.4. - Update `uv@latest` to 0.9.6. ## [2.62.41] - 2025-10-29 - Update `osv-scanner@latest` to 2.2.4. - Update `zizmor@latest` to 1.16.1. - Update `vacuum@latest` to 0.19.2. - Update `mise@latest` to 2025.10.19. ## [2.62.40] - 2025-10-28 - Update `wasm-bindgen@latest` to 0.2.105. ## [2.62.39] - 2025-10-27 - Update `vacuum@latest` to 0.19.1. - Update `cargo-shear@latest` to 1.6.1. - Update `cargo-binstall@latest` to 1.15.9. - Update `mise@latest` to 2025.10.18. ## [2.62.38] - 2025-10-25 - Update `coreutils@latest` to 0.3.0. - Update `wasmtime@latest` to 38.0.3. - Update `mise@latest` to 2025.10.17. - Update `cargo-tarpaulin@latest` to 0.34.1. ## [2.62.37] - 2025-10-24 - Update `cargo-binstall@latest` to 1.15.8. - Update `zizmor@latest` to 1.16.0. - Update `mise@latest` to 2025.10.16. ## [2.62.36] - 2025-10-23 - Update `syft@latest` to 1.36.0. - Update `vacuum@latest` to 0.19.0. - Update `mise@latest` to 2025.10.15. ## [2.62.35] - 2025-10-22 - Update `wasmtime@latest` to 38.0.2. - Update `cargo-nextest@latest` to 0.9.108. - Update `mise@latest` to 2025.10.14. - Update `vacuum@latest` to 0.18.9. - Update `uv@latest` to 0.9.5. - Update `mise@latest` to 2025.10.13. ## [2.62.34] - 2025-10-21 - Update `sccache@latest` to 0.12.0. - Update `wasmtime@latest` to 38.0.1. - Update `rclone@latest` to 1.71.2. - Update `mise@latest` to 2025.10.12. - Update `vacuum@latest` to 0.18.8. - Update `ubi@latest` to 0.8.2. - Update `cargo-tarpaulin@latest` to 0.34.0. - Update `cargo-auditable@latest` to 0.7.1. - Update `uv@latest` to 0.9.4. ## [2.62.33] - 2025-10-17 - Update `mise@latest` to 2025.10.10. ## [2.62.32] - 2025-10-16 - Update `syft@latest` to 1.34.2. - Update `vacuum@latest` to 0.18.7. ## [2.62.31] - 2025-10-16 - Update `protoc@latest` to 3.33.0. - Update `uv@latest` to 0.9.3. - Update `syft@latest` to 1.34.1. - Update `mise@latest` to 2025.10.9. - Update `cargo-shear@latest` to 1.6.0. ## [2.62.30] - 2025-10-15 - Update `vacuum@latest` to 0.18.6. - Update `zizmor@latest` to 1.15.2. ## [2.62.29] - 2025-10-14 - Update `zizmor@latest` to 1.15.1. - Update `cargo-nextest@latest` to 0.9.106. - Update `mise@latest` to 2025.10.8. - Update `ubi@latest` to 0.8.1. ## [2.62.28] - 2025-10-11 - Update `release-plz@latest` to 0.3.148. - Update `cargo-sort@latest` to 2.0.2. - Update `cargo-binstall@latest` to 1.15.7. - Update `uv@latest` to 0.9.2. - Update `sccache@latest` to 0.11.0. ## [2.62.27] - 2025-10-10 - Update `cargo-llvm-cov@latest` to 0.6.21. ## [2.62.26] - 2025-10-10 - Update `trivy@latest` to 0.67.2. - Update `editorconfig-checker@latest` to 3.4.1. - Update `mise@latest` to 2025.10.7. ## [2.62.25] - 2025-10-10 - Update `uv@latest` to 0.9.1. - Update `trivy@latest` to 0.67.1. - Update `cargo-valgrind@latest` to 2.3.3. ## [2.62.24] - 2025-10-08 - Update `mise@latest` to 2025.10.6. - Update `uv@latest` to 0.9.0. - Update `typos@latest` to 1.38.1. - Update `wasmtime@latest` to 37.0.2. - Update `cargo-dinghy@latest` to 0.8.2. ## [2.62.23] - 2025-10-07 - Update `mise@latest` to 2025.10.5. - Update `uv@latest` to 0.8.24. ## [2.62.22] - 2025-10-07 - Update `typos@latest` to 1.38.0. - Update `mise@latest` to 2025.10.4. ## [2.62.21] - 2025-10-06 - Update `mise@latest` to 2025.10.3. - Update `cargo-tarpaulin@latest` to 0.33.0. ## [2.62.20] - 2025-10-05 - Update `uv@latest` to 0.8.23. ## [2.62.19] - 2025-10-04 - Update `cargo-llvm-cov@latest` to 0.6.20. ## [2.62.18] - 2025-10-04 - Update `mise@latest` to 2025.10.2. - Update `typos@latest` to 1.37.2. ## [2.62.17] - 2025-10-03 - Update `cargo-nextest@latest` to 0.9.105. ## [2.62.16] - 2025-10-02 - Update `mise@latest` to 2025.10.0. - Update `typos@latest` to 1.37.1. ## [2.62.15] - 2025-10-01 - Update `osv-scanner@latest` to 2.2.3. - Update `typos@latest` to 1.37.0. - Update `mise@latest` to 2025.9.25. ## [2.62.14] - 2025-09-30 - Update `trivy@latest` to 0.67.0. - Update `mise@latest` to 2025.9.24. ## [2.62.13] - 2025-09-29 - Update `zizmor@latest` to 1.14.2. ## [2.62.12] - 2025-09-29 - Update `mise@latest` to 2025.9.23. ## [2.62.11] - 2025-09-28 - Update `mise@latest` to 2025.9.21. - Update `just@latest` to 1.43.0. ## [2.62.10] - 2025-09-27 - Update `mise@latest` to 2025.9.20. - Update `zizmor@latest` to 1.14.1. ## [2.62.9] - 2025-09-26 - Update `espup@latest` to 0.16.0. - Update `cargo-binstall@latest` to 1.15.6. ## [2.62.8] - 2025-09-26 - Update `typos@latest` to 1.36.3. - Update `mise@latest` to 2025.9.19. ## [2.62.7] - 2025-09-25 - Update `mise@latest` to 2025.9.18. - Update `rclone@latest` to 1.71.1. ## [2.62.6] - 2025-09-24 - Update `wasm-bindgen@latest` to 0.2.104. - Update `mise@latest` to 2025.9.17. ## [2.62.5] - 2025-09-24 - Update `wasmtime@latest` to 37.0.1. - Update `uv@latest` to 0.8.22. - Update `uv@latest` to 0.8.21. ## [2.62.4] - 2025-09-23 - Update `mise@latest` to 2025.9.16. ## [2.62.3] - 2025-09-23 - Update `uv@latest` to 0.8.20. ## [2.62.2] - 2025-09-22 - Update `vacuum@latest` to 0.18.5. - Update `cargo-shear@latest` to 1.5.2. - Update `cargo-deny@latest` to 0.18.5. ## [2.62.1] - 2025-09-22 - Update `mise@latest` to 2025.9.15. - Update `cargo-udeps@latest` to 0.1.59. - Update `git-cliff@latest` to 2.10.1. ## [2.62.0] - 2025-09-21 - Support `cargo-deadlinks`. ([#1161](https://github.com/taiki-e/install-action/pull/1161), thanks @BenjaminBrienen) ## [2.61.13] - 2025-09-21 - Update `cargo-semver-checks@latest` to 0.44.0. - Update `mise@latest` to 2025.9.14. - Update `wasmtime@latest` to 37.0.0. ## [2.61.12] - 2025-09-20 - Update `parse-changelog@latest` to 0.6.14. - Update `xh@latest` to 0.25.0. - Update `mise@latest` to 2025.9.13. - Update `uv@latest` to 0.8.19. ## [2.61.11] - 2025-09-19 - Update `cargo-no-dev-deps@latest` to 0.2.18. - Update `cargo-minimal-versions@latest` to 0.1.33. - Update `cargo-hack@latest` to 0.6.39. ## [2.61.10] - 2025-09-19 - Update `uv@latest` to 0.8.18. ## [2.61.9] - 2025-09-17 - Update `wasm-bindgen@latest` to 0.2.103. ## [2.61.8] - 2025-09-17 - Update `wasm-bindgen@latest` to 0.2.102. - Update `vacuum@latest` to 0.18.3. - Update `mise@latest` to 2025.9.12. ## [2.61.7] - 2025-09-16 - Update `vacuum@latest` to 0.18.0. ## [2.61.6] - 2025-09-16 - Update `syft@latest` to 1.33.0. ## [2.61.5] - 2025-09-15 - Update `cargo-nextest@latest` to 0.9.104. ## [2.61.4] - 2025-09-15 - Update `ubi@latest` to 0.8.0. - Update `release-plz@latest` to 0.3.147. - Update `dprint@latest` to 0.50.2. - Update `cargo-binstall@latest` to 1.15.5. - Update `mise@latest` to 2025.9.10. ## [2.61.3] - 2025-09-12 - Update `vacuum@latest` to 0.17.13. - Update `release-plz@latest` to 0.3.145. ## [2.61.2] - 2025-09-11 - Update `protoc@latest` to 3.32.1. - Update `mise@latest` to 2025.9.9. - Update `vacuum@latest` to 0.17.12. ## [2.61.1] - 2025-09-11 - Update `uv@latest` to 0.8.17. - Update `mise@latest` to 2025.9.8. - Update `release-plz@latest` to 0.3.144. ## [2.61.0] - 2025-09-10 - Support `uv`. ([#1138](https://github.com/taiki-e/install-action/pull/1138), thanks @jayvdb) - Support `mise`. ([#1137](https://github.com/taiki-e/install-action/pull/1137), thanks @jayvdb) - Support `ubi`. ([#1135](https://github.com/taiki-e/install-action/pull/1135), thanks @jayvdb) - Update `coreutils@latest` to 0.2.2. ## [2.60.0] - 2025-09-08 - Add `fallback: cargo-install` input option to use `cargo install` instead of `cargo-binstall` for fallback. - Support powerpc64le/riscv64/s390x Linux runners. The following tools are now supported, and for other tools the `cargo install` fallback mentioned above is used for now. - powerpc64le Linux: `cargo-hack`, `cargo-llvm-cov`, `cargo-minimal-versions`, `cargo-no-dev-deps`, `iai-callgrind-runner`, `parse-changelog`, `parse-dockerfile`, `protoc`, `syft`, `trivy` - riscv64 Linux: `cargo-hack`, `cargo-llvm-cov`, `cargo-minimal-versions`, `cargo-no-dev-deps`, `iai-callgrind-runner`, `parse-changelog`, `parse-dockerfile`, `shellcheck`, `wash`, `wasmtime` - s390x Linux: `cargo-hack`, `cargo-llvm-cov`, `cargo-minimal-versions`, `cargo-no-dev-deps`, `iai-callgrind-runner`, `parse-changelog`, `parse-dockerfile`, `protoc`, `syft`, `trivy`, `wasmtime` - Support `zola` on x86_64 Linux (musl). - Accept `typos-cli` as an alias for `typos`. - Accept `wasm-bindgen-cli` as an alias for `wasm-bindgen`. - Accept `wasmtime-cli` as an alias for `wasmtime`. - Update `parse-dockerfile@latest` to 0.1.2. - Update `parse-changelog@latest` to 0.6.13. - Update `cargo-no-dev-deps@latest` to 0.2.17. - Update `cargo-minimal-versions@latest` to 0.1.32. - Update `cargo-llvm-cov@latest` to 0.6.19. - Update `cargo-hack@latest` to 0.6.38. - Update `cargo-binstall@latest` to 1.15.4. ## [2.59.1] - 2025-09-06 - Update `release-plz@latest` to 0.3.143. ## [2.59.0] - 2025-09-05 - Accept `taplo-cli` as an alias for `taplo`. ([#1128](https://github.com/taiki-e/install-action/pull/1128), thanks @arctic-alpaca) ## [2.58.33] - 2025-09-05 - Update `wasm-bindgen@latest` to 0.2.101. - Update `typos@latest` to 1.36.2. ## [2.58.32] - 2025-09-04 - Update `typos@latest` to 1.36.1. ## [2.58.31] - 2025-09-03 - Update `trivy@latest` to 0.66.0. - Update `typos@latest` to 1.36.0. ## [2.58.30] - 2025-09-01 - Update `release-plz@latest` to 0.3.142. - Update `cargo-binstall@latest` to 1.15.3. ## [2.58.29] - 2025-08-30 - Update `vacuum@latest` to 0.17.11. ## [2.58.28] - 2025-08-29 - Update `typos@latest` to 1.35.7. ## [2.58.27] - 2025-08-29 - Update `typos@latest` to 1.35.6. ## [2.58.26] - 2025-08-28 - Update `vacuum@latest` to 0.17.10. ## [2.58.25] - 2025-08-27 - Update `osv-scanner@latest` to 2.2.2. ## [2.58.24] - 2025-08-27 - Update `syft@latest` to 1.32.0. ## [2.58.23] - 2025-08-26 - Update `wasmtime@latest` to 36.0.2. ## [2.58.22] - 2025-08-26 - Update `cargo-nextest@latest` to 0.9.103. - Update `cargo-binstall@latest` to 1.15.1. ## [2.58.21] - 2025-08-23 - Update `rclone@latest` to 1.71.0. - Update `cargo-binstall@latest` to 1.15.0. ## [2.58.20] - 2025-08-22 - Update `wasmtime@latest` to 36.0.1. ## [2.58.19] - 2025-08-21 - Update `cargo-shear@latest` to 1.5.1. - Update `wasmtime@latest` to 36.0.0. ## [2.58.18] - 2025-08-20 - Update `vacuum@latest` to 0.17.9. - Update `typos@latest` to 1.35.5. ## [2.58.17] - 2025-08-16 - Update `knope@latest` to 0.21.3. ## [2.58.16] - 2025-08-16 - Update `cargo-machete@latest` to 0.9.1. ## [2.58.15] - 2025-08-15 - Update `cargo-machete@latest` to 0.9.0. ## [2.58.14] - 2025-08-15 - Update `release-plz@latest` to 0.3.141. ## [2.58.13] - 2025-08-15 - Update `zizmor@latest` to 1.12.1. - Update `protoc@latest` to 3.32.0. ## [2.58.12] - 2025-08-14 - Update `cargo-deny@latest` to 0.18.4. ## [2.58.11] - 2025-08-14 - Update `release-plz@latest` to 0.3.140. - Update `syft@latest` to 1.31.0. - Update `typos@latest` to 1.35.4. ## [2.58.10] - 2025-08-12 - Update `editorconfig-checker@latest` to 3.4.0. ## [2.58.9] - 2025-08-11 - Update `cargo-shear@latest` to 1.5.0. ## [2.58.8] - 2025-08-11 - Update `osv-scanner@latest` to 2.2.1. ## [2.58.7] - 2025-08-11 - Update `knope@latest` to 0.21.2. - Update `cyclonedx@latest` to 0.29.1. ## [2.58.6] - 2025-08-10 - Update `cargo-semver-checks@latest` to 0.43.0. ## [2.58.5] - 2025-08-10 - Update `knope@latest` to 0.21.1. - Update `cargo-binstall@latest` to 1.14.4. ## [2.58.4] - 2025-08-09 - Update `typos@latest` to 1.35.3. - Update `syft@latest` to 1.30.0. ## [2.58.3] - 2025-08-08 - Update `typos@latest` to 1.35.2. ## [2.58.2] - 2025-08-07 - Update `deepsource@latest` to 0.10.1. ## [2.58.1] - 2025-08-07 - Update `osv-scanner@latest` to 2.2.0. - Update `grcov@latest` to 0.10.5. ## [2.58.0] - 2025-08-06 - Support `iai-callgrind-runner`. ([#1073](https://github.com/taiki-e/install-action/pull/1073), thanks @niklasf) - Update `vacuum@latest` to 0.17.8. ## [2.57.8] - 2025-08-05 - Update `deepsource@latest` to 0.10.0. ## [2.57.7] - 2025-08-05 - Update `typos@latest` to 1.35.1. ## [2.57.6] - 2025-08-04 - Update `shellcheck@latest` to 0.11.0. - Update `cargo-nextest@latest` to 0.9.102. - Update `cargo-binstall@latest` to 1.14.3. ## [2.57.5] - 2025-08-01 - Update `vacuum@latest` to 0.17.7. ## [2.57.4] - 2025-07-31 - Update `trivy@latest` to 0.65.0. ## [2.57.3] - 2025-07-31 - Update `syft@latest` to 1.29.1. ## [2.57.2] - 2025-07-29 - Update `grcov@latest` to 0.10.3. - Update `cargo-shear@latest` to 1.4.1. ## [2.57.1] - 2025-07-27 - Update `git-cliff@latest` to 2.10.0. - Update `cargo-binstall@latest` to 1.14.2. ## [2.57.0] - 2025-07-26 - Support `mdbook-alerts`. ([#1060](https://github.com/taiki-e/install-action/pull/1060), thanks @CommanderStorm) ## [2.56.24] - 2025-07-25 - Update `just@latest` to 1.42.4. ## [2.56.23] - 2025-07-24 - Update `release-plz@latest` to 0.3.139. ## [2.56.22] - 2025-07-24 - Update `wasmtime@latest` to 35.0.0. ## [2.56.21] - 2025-07-22 - Improve error message for unsupported host architectures. ## [2.56.20] - 2025-07-22 - Update `syft@latest` to 1.29.0. ## [2.56.19] - 2025-07-19 - Update `cargo-llvm-cov@latest` to 0.6.18. ## [2.56.18] - 2025-07-19 - Update `just@latest` to 1.42.3. ## [2.56.17] - 2025-07-18 - Update `wasmtime@latest` to 34.0.2. ## [2.56.16] - 2025-07-18 - Update `cargo-zigbuild@latest` to 0.20.1. - Update `cargo-lambda@latest` to 1.8.6. - Update `vacuum@latest` to 0.17.6. - Update `earthly@latest` to 0.8.16. ## [2.56.15] - 2025-07-16 - Fix `cargo-valgrind` installation error due to their tag rename. - Update `cargo-valgrind@latest` to 2.3.2. - Update `just@latest` to 1.42.2. ## [2.56.14] - 2025-07-15 - Update `zola@latest` to 0.21.0. - Update `wait-for-them@latest` to 0.5.1. - Update `mdbook@latest` to 0.4.52. - Update `just@latest` to 1.42.1. - Update `cargo-shear@latest` to 1.4.0. - Update `cyclonedx@latest` to 0.29.0. ## [2.56.13] - 2025-07-12 - Update `cargo-nextest@latest` to 0.9.101. ## [2.56.12] - 2025-07-11 - Update `cargo-hack@latest` to 0.6.37. ## [2.56.11] - 2025-07-11 - Update `osv-scanner@latest` to 2.1.0. - Update `cargo-no-dev-deps@latest` to 0.2.16. - Update `cargo-minimal-versions@latest` to 0.1.31. ## [2.56.10] - 2025-07-11 - Update `vacuum@latest` to 0.17.5. ## [2.56.9] - 2025-07-09 - Update `vacuum@latest` to 0.17.4. - Update `release-plz@latest` to 0.3.138. - Update `rclone@latest` to 1.70.3. ## [2.56.8] - 2025-07-08 - Update `cargo-nextest@latest` to 0.9.100. - Update `vacuum@latest` to 0.17.3. ## [2.56.7] - 2025-07-07 - Update `shfmt@latest` to 3.12.0. ## [2.56.6] - 2025-07-06 - Update `cargo-llvm-cov@latest` to 0.6.17. - Update `cargo-udeps@latest` to 0.1.57. ## [2.56.5] - 2025-07-06 - Update `cargo-semver-checks@latest` to 0.42.0. ## [2.56.4] - 2025-07-05 - Update `cargo-shear@latest` to 1.3.3. ## [2.56.3] - 2025-07-03 - Update `trivy@latest` to 0.64.1. ## [2.56.2] - 2025-07-02 - Update `vacuum@latest` to 0.17.2. - Update `syft@latest` to 1.28.0. ## [2.56.1] - 2025-07-01 - Update `release-plz@latest` to 0.3.137. ## [2.56.0] - 2025-07-01 - Support `coreutils`. ([#1017](https://github.com/taiki-e/install-action/pull/1017), thanks @jayvdb) ## [2.55.4] - 2025-07-01 - Update `trivy@latest` to 0.64.0. - Update `just@latest` to 1.41.0. ## [2.55.3] - 2025-06-30 - Update `dprint@latest` to 0.50.1. ## [2.55.2] - 2025-06-30 - Update `zizmor@latest` to 1.11.0. - Update `cargo-dinghy@latest` to 0.8.1. ## [2.55.1] - 2025-06-30 - Update `vacuum@latest` to 0.17.1. - Update `typos@latest` to 1.34.0. ## [2.55.0] - 2025-06-30 - Support `vacuum`. ([#1016](https://github.com/taiki-e/install-action/pull/1016), thanks @jayvdb) - Update `cargo-shear@latest` to 1.3.2. ## [2.54.3] - 2025-06-28 - Update `cargo-careful@latest` to 0.4.8. ## [2.54.2] - 2025-06-27 - Update `rclone@latest` to 1.70.2. - Update `zizmor@latest` to 1.10.0. ## [2.54.1] - 2025-06-25 - Update `wasmtime@latest` to 34.0.1. - Update `cargo-tarpaulin@latest` to 0.32.8. - Update `knope@latest` to 0.21.0. ## [2.54.0] - 2025-06-22 - Support `cyclonedx`. ([#1000](https://github.com/taiki-e/install-action/pull/1000), thanks @jayvdb) - Update `wasmtime@latest` to 34.0.0. - Update `rclone@latest` to 1.70.1. - Update `cargo-binstall@latest` to 1.14.1. - Update `release-plz@latest` to 0.3.136. ## [2.53.2] - 2025-06-18 - Fix `cargo-nextest` installation failure on Ubuntu 24.04 due to HTTP 403 error on requests to crates.io. ([#1007](https://github.com/taiki-e/install-action/pull/1007)) - Update `rclone@latest` to 1.70.0. ## [2.53.1] - 2025-06-17 - Support `typos` on AArch64 Linux. ([#1004](https://github.com/taiki-e/install-action/pull/1004), thanks @vivienm) - Update `cargo-nextest@latest` to 0.9.99. ## [2.53.0] - 2025-06-16 - Support `zizmor`. ([#1002](https://github.com/taiki-e/install-action/pull/1002), thanks @jayvdb) - Update `osv-scanner@latest` to 2.0.3. ## [2.52.8] - 2025-06-13 - Update `cargo-careful@latest` to 0.4.7. - Update `syft@latest` to 1.27.1. - Update `cargo-deny@latest` to 0.18.3. - Update `cargo-binstall@latest` to 1.13.0. ## [2.52.7] - 2025-06-07 - Update `cargo-nextest@latest` to 0.9.98. - Update `cargo-binstall@latest` to 1.12.7. ## [2.52.6] - 2025-06-04 - Update `cargo-udeps@latest` to 0.1.56. - Update `git-cliff@latest` to 2.9.1. ## [2.52.5] - 2025-06-03 - Update `typos@latest` to 1.33.1. - Update `git-cliff@latest` to 2.9.0. - Update `cargo-shear@latest` to 1.3.1. ## [2.52.4] - 2025-05-31 - Update `cargo-binstall@latest` to 1.12.6. - Update `wash@latest` to 0.42.0. ## [2.52.3] - 2025-05-30 - Update `cargo-nextest@latest` to 0.9.97. - Update `trivy@latest` to 0.63.0. - Update `protoc@latest` to 3.31.1. ## [2.52.2] - 2025-05-27 - Update `mdbook@latest` to 0.4.51. ## [2.52.1] - 2025-05-25 - Update `taplo@latest` to 0.10.0. - Update `mdbook@latest` to 0.4.50. - Update `deepsource@latest` to 0.9.0. - Update `cargo-shear@latest` to 1.3.0. ## [2.52.0] - 2025-05-22 - Support `trivy`. ([#970](https://github.com/taiki-e/install-action/pull/970), thanks @jayvdb) - Update `syft@latest` to 1.26.1. - Update `rclone@latest` to 1.69.3. - Update `cargo-shear@latest` to 1.2.8. ## [2.51.3] - 2025-05-20 - Update `wasmtime@latest` to 33.0.0. - Update `cargo-tarpaulin@latest` to 0.32.7. - Update `espup@latest` to 0.15.1. - Update `dprint@latest` to 0.50.0. ## [2.51.2] - 2025-05-18 - Update `syft@latest` to 1.25.1. - Update `release-plz@latest` to 0.3.135. ## [2.51.1] - 2025-05-16 - Update `syft@latest` to 1.25.0. - Update `cargo-binstall@latest` to 1.12.5. ## [2.51.0] - 2025-05-16 - Support `cargo-shear`. ([#962](https://github.com/taiki-e/install-action/pull/962), thanks @vivienm) - Update `grcov@latest` to 0.10.0. - Update `cargo-nextest@latest` to 0.9.96. - Update `protoc@latest` to 3.31.0. - Update `syft@latest` to 1.24.0. ## [2.50.10] - 2025-05-08 - Update `trunk@latest` to 0.21.14. - Update `release-plz@latest` to 0.3.134. - Update `cargo-binstall@latest` to 1.12.4. ## [2.50.9] - 2025-05-07 - Update `editorconfig-checker@latest` to 3.3.0. - Update `cargo-lambda@latest` to 1.8.5. ## [2.50.8] - 2025-05-06 - Update `cargo-tarpaulin@latest` to 0.32.5. - Update `mdbook@latest` to 0.4.49. ## [2.50.7] - 2025-05-04 - Update `cargo-tarpaulin@latest` to 0.32.4. ## [2.50.6] - 2025-05-03 - Update `knope@latest` to 0.20.0. ## [2.50.5] - 2025-05-02 - Update `xh@latest` to 0.24.1. - Update `typos@latest` to 1.32.0. - Update `rclone@latest` to 1.69.2. ## [2.50.4] - 2025-05-01 - Update `typos@latest` to 1.31.2. - Update `osv-scanner@latest` to 2.0.2. - Update `cargo-nextest@latest` to 0.9.95. ## [2.50.3] - 2025-04-26 - Update `cargo-zigbuild@latest` to 0.20.0. ## [2.50.2] - 2025-04-26 - Update `cargo-lambda@latest` to 1.8.4. - Update `syft@latest` to 1.23.1. ## [2.50.1] - 2025-04-25 - Update `syft@latest` to 1.23.0. - Update `cargo-semver-checks@latest` to 0.41.0. ## [2.50.0] - 2025-04-21 - Support `taplo`. ([#944](https://github.com/taiki-e/install-action/pull/944), thanks @vivienm) - Update `wasmtime@latest` to 32.0.0. - Update `release-plz@latest` to 0.3.133. ## [2.49.50] - 2025-04-16 - Update `grcov@latest` to 0.9.1. ## [2.49.49] - 2025-04-13 - Update `release-plz@latest` to 0.3.132. ## [2.49.48] - 2025-04-11 - Update `release-plz@latest` to 0.3.131. - Update `cargo-nextest@latest` to 0.9.94. - Update `cargo-lambda@latest` to 1.8.3. ## [2.49.47] - 2025-04-09 - Update `grcov@latest` to 0.9.0. ## [2.49.46] - 2025-04-08 - Update `espup@latest` to 0.15.0. - Update `trunk@latest` to 0.21.13. ## [2.49.45] - 2025-04-06 - Update `knope@latest` to 0.19.2. - Update `cargo-binstall@latest` to 1.12.3. ## [2.49.44] - 2025-04-03 - Update `grcov@latest` to 0.8.24. - Update `osv-scanner@latest` to 2.0.1. - Update `release-plz@latest` to 0.3.130. - Update `cargo-lambda@latest` to 1.8.1. - Downgrade `cargo-spellcheck@latest` to 0.15.1. ([#932](https://github.com/taiki-e/install-action/pull/932)) ## [2.49.43] - 2025-04-01 - Update `syft@latest` to 1.22.0. ## [2.49.42] - 2025-04-01 - Update `grcov@latest` to 0.8.23. ## [2.49.41] - 2025-04-01 - Update `mdbook@latest` to 0.4.48. ## [2.49.40] - 2025-03-31 - Update `typos@latest` to 1.31.1. ## [2.49.39] - 2025-03-30 - Downgrade `cargo-lambda@latest` to 1.8.0. ([#923](https://github.com/taiki-e/install-action/pull/923)) ## [2.49.38] - 2025-03-29 - Update `cargo-lambda@latest` to 1.8.1. - Update `typos@latest` to 1.31.0. - Update `trunk@latest` to 0.21.12. ## [2.49.37] - 2025-03-27 - Update `trunk@latest` to 0.21.11. ## [2.49.36] - 2025-03-27 - Update `release-plz@latest` to 0.3.129. - Update `protoc@latest` to 3.30.2. ## [2.49.35] - 2025-03-25 - Update `cargo-nextest@latest` to 0.9.93. - Update `typos@latest` to 1.30.3. - Update `wash@latest` to 0.41.0. ## [2.49.34] - 2025-03-24 - Update `knope@latest` to 0.19.0. ## [2.49.33] - 2025-03-23 - Update `release-plz@latest` to 0.3.128. ## [2.49.32] - 2025-03-20 - Update `wasmtime@latest` to 31.0.0. ## [2.49.31] - 2025-03-20 - Update `cargo-hack@latest` to 0.6.36. - Update `cargo-binstall@latest` to 1.12.2. ## [2.49.30] - 2025-03-18 - Update `dprint@latest` to 0.49.1. ## [2.49.29] - 2025-03-18 - Update `syft@latest` to 1.21.0. - Update `release-plz@latest` to 0.3.127. ## [2.49.28] - 2025-03-17 - Update `osv-scanner@latest` to 2.0.0. ## [2.49.27] - 2025-03-16 - Update `cargo-lambda@latest` to 1.8.0. - Update `editorconfig-checker@latest` to 3.2.1. ## [2.49.26] - 2025-03-15 - Update `release-plz@latest` to 0.3.126. ## [2.49.25] - 2025-03-15 - Update `cargo-binstall@latest` to 1.12.1. - Update `trunk@latest` to 0.21.9. ## [2.49.24] - 2025-03-14 - Update `protoc@latest` to 3.30.1. ## [2.49.23] - 2025-03-13 - Update `knope@latest` to 0.18.5. ## [2.49.22] - 2025-03-12 - Update `wash@latest` to 0.40.0. ([#895](https://github.com/taiki-e/install-action/pull/895), thanks @brooksmtownsend) ## [2.49.21] - 2025-03-12 - Update `cargo-tarpaulin@latest` to 0.32.3. ## [2.49.20] - 2025-03-12 - Update `typos@latest` to 1.30.2. ## [2.49.19] - 2025-03-10 - Update `cargo-deny@latest` to 0.18.2. ## [2.49.18] - 2025-03-10 - Update `just@latest` to 1.40.0. - Update `mdbook@latest` to 0.4.47. ## [2.49.17] - 2025-03-09 - Update `mdbook@latest` to 0.4.46. - Update `knope@latest` to 0.18.4. - Update `cargo-semver-checks@latest` to 0.40.0. - Update `cargo-binstall@latest` to 1.12.0. ## [2.49.16] - 2025-03-06 - Update `shfmt@latest` to 3.11.0. - Update `cargo-lambda@latest` to 1.7.1. ## [2.49.15] - 2025-03-05 - Update `release-plz@latest` to 0.3.125. - Update `protoc@latest` to 3.30.0. ## [2.49.14] - 2025-03-04 - Update `espup@latest` to 0.14.1. ## [2.49.13] - 2025-03-04 - Update `trunk@latest` to 0.21.8. ## [2.49.12] - 2025-03-04 - Update `cargo-tarpaulin@latest` to 0.32.2. - Update `typos@latest` to 1.30.1. ## [2.49.11] - 2025-03-03 - Update `cargo-tarpaulin@latest` to 0.32.1. ## [2.49.10] - 2025-03-02 - Update `release-plz@latest` to 0.3.124. ## [2.49.9] - 2025-03-01 - Update `typos@latest` to 1.30.0. ## [2.49.8] - 2025-02-28 - Update `cargo-binstall@latest` to 1.11.2. - Update `cargo-audit@latest` to 0.21.2. ## [2.49.7] - 2025-02-27 - Update `cargo-deny@latest` to 0.18.1. ## [2.49.6] - 2025-02-27 - Update `cargo-lambda@latest` to 1.7.0. ## [2.49.5] - 2025-02-25 - Update `wasmtime@latest` to 30.0.2. - Update `release-plz@latest` to 0.3.123. ## [2.49.4] - 2025-02-25 - Update `typos@latest` to 1.29.10. ## [2.49.3] - 2025-02-25 - Update `wash@latest` to 0.39.0. - Update `cargo-nextest@latest` to 0.9.92. ## [2.49.2] - 2025-02-25 - Update `sccache@latest` to 0.10.0. - Update `cargo-machete@latest` to 0.8.0. ## [2.49.1] - 2025-02-24 - Update `cargo-deny@latest` to 0.18.0. ## [2.49.0] - 2025-02-23 - Allow installing pre-release versions using binstall. ([#868](https://github.com/taiki-e/install-action/pull/868)) ## [2.48.22] - 2025-02-23 - Update `cargo-binstall@latest` to 1.11.1. - Update `release-plz@latest` to 0.3.122. ## [2.48.21] - 2025-02-22 - Update `wasmtime@latest` to 30.0.1. - Update `syft@latest` to 1.20.0. ## [2.48.20] - 2025-02-21 - Update `cargo-udeps@latest` to 0.1.55. ## [2.48.19] - 2025-02-20 - Update `typos@latest` to 1.29.9. ## [2.48.18] - 2025-02-20 - Update `cargo-deny@latest` to 0.17.0. ## [2.48.17] - 2025-02-20 - Update `wasmtime@latest` to 30.0.0. ## [2.48.16] - 2025-02-19 - Update `typos@latest` to 1.29.8. ## [2.48.15] - 2025-02-18 - Update `xh@latest` to 0.24.0. ## [2.48.14] - 2025-02-18 - Update `mdbook@latest` to 0.4.45. ## [2.48.13] - 2025-02-16 - Support `zola` on AArch64 Linux. - Update `zola@latest` to 0.20.0. - Update `cargo-binstall@latest` to 1.11.0. ## [2.48.12] - 2025-02-14 - Update `rclone@latest` to 1.69.1. - Update `cargo-tarpaulin@latest` to 0.32.0. - Update `cargo-nextest@latest` to 0.9.91. ## [2.48.11] - 2025-02-14 - Update `typos@latest` to 1.29.7. ## [2.48.10] - 2025-02-13 - Update `cargo-nextest@latest` to 0.9.90. - Update `cargo-binstall@latest` to 1.10.23. ## [2.48.9] - 2025-02-11 - Update `cargo-spellcheck@latest` to 0.15.2. ## [2.48.8] - 2025-02-11 - Update `cargo-no-dev-deps@latest` to 0.2.15. - Update `cargo-minimal-versions@latest` to 0.1.30. - Update `cargo-hack@latest` to 0.6.35. ## [2.48.7] - 2025-02-10 - Update `cargo-nextest@latest` to 0.9.89. ## [2.48.6] - 2025-02-10 - Update `cargo-spellcheck@latest` to 0.15.1. ## [2.48.5] - 2025-02-10 - Update `release-plz@latest` to 0.3.120. ## [2.48.4] - 2025-02-09 - Update `cargo-zigbuild@latest` to 0.19.8. ## [2.48.3] - 2025-02-09 - Update `release-plz@latest` to 0.3.119. ## [2.48.2] - 2025-02-09 - Update `release-plz@latest` to 0.3.118. - Update `parse-dockerfile@latest` to 0.1.1. - Update `parse-changelog@latest` to 0.6.12. ## [2.48.1] - 2025-02-02 - Update `dprint@latest` to 0.49.0. ## [2.48.0] - 2025-02-01 - Support `parse-dockerfile`. ([#838](https://github.com/taiki-e/install-action/pull/838)) - Update `release-plz@latest` to 0.3.116. ## [2.47.32] - 2025-01-31 - Update `typos@latest` to 1.29.5. ## [2.47.31] - 2025-01-30 - Fix checksum error with `wash@0.38.0` on macOS. (They rebuilt binaries for some reason.) ## [2.47.30] - 2025-01-28 - Support `cargo-cyclonedx` on x86_64 Linux (musl). - Support installing native binary for `cargo-cyclonedx` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.) - Update `cargo-cyclonedx@latest` to 0.5.7. ## [2.47.29] - 2025-01-28 - Support `cargo-semver-checks` on AArch64 Linux. - Support `cargo-zigbuild` on x86_64 macOS. - Support installing native binary for `mdbook` and `shellcheck` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.) - Support installing native binary for `just` and `sccache` on AArch64 Windows. (Previously x86_64 Windows binary is used as fallback.) - Update `mdbook@latest` to 0.4.44. - Update `cargo-semver-checks@latest` to 0.39.0. ## [2.47.28] - 2025-01-28 No change on the `install-action` itself. - Provide `install-action-manifest-schema` crate to access to the `install-action` manifests from Rust code. ([#657](https://github.com/taiki-e/install-action/pull/657), thanks @NobodyXu) This is being considered for use to speed up `cargo-binstall` in the future. ## [2.47.27] - 2025-01-28 - Update `editorconfig-checker@latest` to 3.2.0. - Update `cargo-lambda@latest` to 1.6.3. ## [2.47.26] - 2025-01-27 - Update `wash@latest` to 0.38.0. ## [2.47.25] - 2025-01-24 - Update `release-plz@latest` to 0.3.114. - Update `git-cliff@latest` to 2.8.0. ## [2.47.24] - 2025-01-23 - Update `syft@latest` to 1.19.0. - Update `just@latest` to 1.39.0. ## [2.47.23] - 2025-01-22 - Update `wasmtime@latest` to 29.0.1. ## [2.47.22] - 2025-01-21 - Update `trunk@latest` to 0.21.7. ## [2.47.21] - 2025-01-21 - Update `knope@latest` to 0.18.3. ## [2.47.20] - 2025-01-21 - Update `wasmtime@latest` to 29.0.0. ## [2.47.19] - 2025-01-20 - Update `trunk@latest` to 0.21.6. - Update `parse-changelog@latest` to 0.6.11. ## [2.47.18] - 2025-01-19 - Update `cargo-deny@latest` to 0.16.4. - Update `cargo-binstall@latest` to 1.10.22. ## [2.47.17] - 2025-01-19 - Update `cargo-audit@latest` to 0.21.1. ## [2.47.16] - 2025-01-18 - Update `cargo-make@latest` to 0.37.24. ## [2.47.15] - 2025-01-16 - Update `cargo-tarpaulin@latest` to 0.31.5. - Update `cargo-llvm-cov@latest` to 0.6.16. - Update `cargo-hack@latest` to 0.6.34. ## [2.47.14] - 2025-01-16 - Update `cargo-nextest@latest` to 0.9.88. ## [2.47.13] - 2025-01-15 - Update `wasmtime@latest` to 28.0.1. - Update `release-plz@latest` to 0.3.113. - Update `cargo-binstall@latest` to 1.10.21. ## [2.47.12] - 2025-01-13 - Update `wasm-bindgen@latest` to 0.2.100. - Update `rclone@latest` to 1.69.0. - Update `cargo-binstall@latest` to 1.10.20. ## [2.47.11] - 2025-01-11 - Update `editorconfig-checker@latest` to 3.1.2. ## [2.47.10] - 2025-01-10 - Update `cargo-udeps@latest` to 0.1.54. ## [2.47.9] - 2025-01-09 - Update `editorconfig-checker@latest` to 3.1.1. - Update `protoc@latest` to 3.29.3. ## [2.47.8] - 2025-01-07 - Update `sccache@latest` to 0.9.1. - Update `cargo-binstall@latest` to 1.10.19. ## [2.47.7] - 2025-01-03 - Update `typos@latest` to 1.29.4. ## [2.47.6] - 2025-01-03 - Update `typos@latest` to 1.29.3. ## [2.47.5] - 2025-01-02 - Update `typos@latest` to 1.29.1. ## [2.47.4] - 2025-01-02 - Update `xh@latest` to 0.23.1. ## [2.47.3] - 2025-01-02 - Update `knope@latest` to 0.18.2. ## [2.47.2] - 2024-12-31 - Update `typos@latest` to 1.29.0. ## [2.47.1] - 2024-12-31 - Update `cargo-tarpaulin@latest` to 0.31.4. - Update `cargo-binstall@latest` to 1.10.18. ## [2.47.0] - 2024-12-27 - Support `wash`. ([#794](https://github.com/taiki-e/install-action/pull/794), thanks @joonas) - Support `trunk`. ([#795](https://github.com/taiki-e/install-action/pull/795), thanks @azzamsa) - Update `cargo-lambda@latest` to 1.6.2. ## [2.46.20] - 2024-12-22 - Update `dprint@latest` to 0.48.0. ## [2.46.19] - 2024-12-21 - Update `cargo-llvm-cov@latest` to 0.6.15. - Update `cargo-lambda@latest` to 1.6.1. ## [2.46.18] - 2024-12-21 - Update `wasmtime@latest` to 28.0.0. ## [2.46.17] - 2024-12-20 - Update `release-plz@latest` to 0.3.112. ## [2.46.16] - 2024-12-19 - Update `osv-scanner@latest` to 1.9.2. ## [2.46.15] - 2024-12-18 - Update `protoc@latest` to 3.29.2. ## [2.46.14] - 2024-12-18 - Update `cargo-nextest@latest` to 0.9.87. ## [2.46.13] - 2024-12-17 - Update `espup@latest` to 0.14.0. ## [2.46.12] - 2024-12-17 - Update `typos@latest` to 1.28.4. ## [2.46.11] - 2024-12-16 - Update `cargo-zigbuild@latest` to 0.19.7. ## [2.46.10] - 2024-12-16 - Update `cargo-zigbuild@latest` to 0.19.6. - Update `cargo-binstall@latest` to 1.10.17. ## [2.46.9] - 2024-12-14 - Update `syft@latest` to 1.18.1. ## [2.46.8] - 2024-12-13 - Update `typos@latest` to 1.28.3. - Update `cargo-nextest@latest` to 0.9.86. - Update `cargo-lambda@latest` to 1.6.0. ## [2.46.7] - 2024-12-12 - Update `cargo-semver-checks@latest` to 0.38.0. ## [2.46.6] - 2024-12-11 - Update `just@latest` to 1.38.0. ## [2.46.5] - 2024-12-10 - Update `syft@latest` to 1.18.0. - Update `sccache@latest` to 0.9.0. - Update `release-plz@latest` to 0.3.111. - Update `cargo-binstall@latest` to 1.10.16. ## [2.46.4] - 2024-12-07 - Update `wasm-bindgen@latest` to 0.2.99. ## [2.46.3] - 2024-12-07 - Update `wasm-bindgen@latest` to 0.2.98. ## [2.46.2] - 2024-12-05 - Update `cargo-semver-checks@latest` to 0.37.0. ## [2.46.1] - 2024-12-04 - Update `protoc@latest` to 3.29.1. ## [2.46.0] - 2024-12-04 - Improve robustness of `cargo-binstall` fallback. ([#556](https://github.com/taiki-e/install-action/pull/556)) ## [2.45.15] - 2024-12-03 - Update `typos@latest` to 1.28.2. ## [2.45.14] - 2024-12-02 - Update `dprint@latest` to 0.47.6. ## [2.45.13] - 2024-11-30 - Update `cargo-udeps@latest` to 0.1.53. ## [2.45.12] - 2024-11-30 - Update `wasm-bindgen@latest` to 0.2.97. ## [2.45.11] - 2024-11-30 - Update `cargo-zigbuild@latest` to 0.19.5. ## [2.45.10] - 2024-11-30 - Update `wasm-bindgen@latest` to 0.2.96. ## [2.45.9] - 2024-11-29 - Update `cargo-tarpaulin@latest` to 0.31.3. - Update `cargo-binstall@latest` to 1.10.15. ## [2.45.8] - 2024-11-28 - Update `cargo-deny@latest` to 0.16.3. - Update `protoc@latest` to 3.29.0. ## [2.45.7] - 2024-11-27 - Update `cargo-nextest@latest` to 0.9.85. - Update `typos@latest` to 1.28.1. - Update `mdbook@latest` to 0.4.43. ## [2.45.6] - 2024-11-24 - Update `cargo-auditable@latest` to 0.6.6. - Update `cargo-binstall@latest` to 1.10.14. ## [2.45.5] - 2024-11-22 - Update `release-plz@latest` to 0.3.110. ## [2.45.4] - 2024-11-21 - Update `syft@latest` to 1.17.0. ## [2.45.3] - 2024-11-21 - Update `just@latest` to 1.37.0. ## [2.45.2] - 2024-11-20 - Update `wasmtime@latest` to 27.0.0. ## [2.45.1] - 2024-11-20 - Update `git-cliff@latest` to 2.7.0. ## [2.45.0] - 2024-11-19 - Support `cargo-auditable`. ([#741](https://github.com/taiki-e/install-action/pull/741), thanks @simonsan) ## [2.44.72] - 2024-11-19 - Update `cargo-dinghy@latest` to 0.8.0. - Update `cargo-binstall@latest` to 1.10.13. ## [2.44.71] - 2024-11-16 - Update `cargo-nextest@latest` to 0.9.84. - Update `rclone@latest` to 1.68.2. ## [2.44.70] - 2024-11-15 - Update `cargo-deny@latest` to 0.16.2. ## [2.44.69] - 2024-11-14 - Update `release-plz@latest` to 0.3.108. ## [2.44.68] - 2024-11-12 - Update `hyperfine@latest` to 1.19.0. - Update `cargo-binstall@latest` to 1.10.12. ## [2.44.67] - 2024-11-08 - Update `typos@latest` to 1.27.3. ## [2.44.66] - 2024-11-08 - Update `release-plz@latest` to 0.3.107. ## [2.44.65] - 2024-11-08 - Update `cargo-lambda@latest` to 1.5.0. ## [2.44.64] - 2024-11-07 - Update `mdbook@latest` to 0.4.42. ## [2.44.63] - 2024-11-07 - Update `typos@latest` to 1.27.2. - Update `mdbook@latest` to 0.4.41. ## [2.44.62] - 2024-11-06 - Update `typos@latest` to 1.27.1. - Update `cargo-binstall@latest` to 1.10.11. - Update `wasmtime@latest` to 26.0.1. ## [2.44.61] - 2024-11-05 - Update `syft@latest` to 1.16.0. ## [2.44.60] - 2024-11-02 - Update `cargo-hack@latest` to 0.6.33. ## [2.44.59] - 2024-11-02 - Update `cargo-binstall@latest` to 1.10.10. - Update `typos@latest` to 1.27.0. ## [2.44.58] - 2024-10-31 - Update `osv-scanner@latest` to 1.9.1. ## [2.44.57] - 2024-10-30 - Update `release-plz@latest` to 0.3.106. - Update `espup@latest` to 0.13.0. - Update `wasm-pack@latest` to 0.13.1. - Update `cargo-audit@latest` to 0.21.0. ## [2.44.56] - 2024-10-29 - Update `cargo-nextest@latest` to 0.9.82. ## [2.44.55] - 2024-10-29 - Update `syft@latest` to 1.15.0. ## [2.44.54] - 2024-10-28 - Update `cargo-zigbuild@latest` to 0.19.4. ## [2.44.53] - 2024-10-27 - Update `release-plz@latest` to 0.3.105. ## [2.44.52] - 2024-10-27 - Update `dprint@latest` to 0.47.5. - Update `cargo-udeps@latest` to 0.1.52. - Update `parse-changelog@latest` to 0.6.10. - Update `cargo-no-dev-deps@latest` to 0.2.14. - Update `cargo-hack@latest` to 0.6.32. ## [2.44.51] - 2024-10-26 - Update `cargo-binstall@latest` to 1.10.9. - Update `release-plz@latest` to 0.3.104. - Update `typos@latest` to 1.26.8. ## [2.44.50] - 2024-10-24 - Update `typos@latest` to 1.26.3. ## [2.44.49] - 2024-10-24 - Update `typos@latest` to 1.26.2. ## [2.44.48] - 2024-10-23 - Update `typos@latest` to 1.26.1. ## [2.44.47] - 2024-10-23 - Update `protoc@latest` to 3.28.3. ## [2.44.46] - 2024-10-22 - Update `wasmtime@latest` to 26.0.0. ## [2.44.45] - 2024-10-22 - Update `syft@latest` to 1.14.2. ## [2.44.44] - 2024-10-21 - Update `shfmt@latest` to 3.10.0. ## [2.44.43] - 2024-10-19 - Update `dprint@latest` to 0.47.4. ## [2.44.42] - 2024-10-19 - Update `grcov@latest` to 0.8.20. - Update `cargo-make@latest` to 0.37.23. ## [2.44.41] - 2024-10-19 - Update `release-plz@latest` to 0.3.103. - Update `cargo-semver-checks@latest` to 0.36.0. ## [2.44.40] - 2024-10-17 - Update `biome@latest` to 1.9.4. ## [2.44.39] - 2024-10-16 - Update `release-plz@latest` to 0.3.102. ## [2.44.38] - 2024-10-16 - Update `release-plz@latest` to 0.3.101. - Update `cargo-dinghy@latest` to 0.7.3. ## [2.44.37] - 2024-10-15 - Update `syft@latest` to 1.14.1. ## [2.44.36] - 2024-10-15 - Update `release-plz@latest` to 0.3.100. ## [2.44.35] - 2024-10-14 - Update `release-plz@latest` to 0.3.99. ## [2.44.34] - 2024-10-13 - Update `cargo-binstall@latest` to 1.10.8. - Update `xh@latest` to 0.23.0. ## [2.44.33] - 2024-10-12 - Update `cargo-llvm-cov@latest` to 0.6.14. ## [2.44.32] - 2024-10-12 - Update `cargo-make@latest` to 0.37.22. ## [2.44.31] - 2024-10-11 - Update `wasm-bindgen@latest` to 0.2.95. ## [2.44.30] - 2024-10-10 - Update `wasm-bindgen@latest` to 0.2.94. ## [2.44.29] - 2024-10-09 - Update `wasmtime@latest` to 25.0.2. ## [2.44.28] - 2024-10-08 - Update `release-plz@latest` to 0.3.98. ## [2.44.27] - 2024-10-08 - Update `syft@latest` to 1.14.0. ## [2.44.26] - 2024-10-07 - Update `typos@latest` to 1.26.0. ## [2.44.25] - 2024-10-07 - Update `cargo-nextest@latest` to 0.9.81. ## [2.44.24] - 2024-10-06 - Update `release-plz@latest` to 0.3.97. - Update `cargo-nextest@latest` to 0.9.80. ## [2.44.23] - 2024-10-05 - Update `release-plz@latest` to 0.3.96. ## [2.44.22] - 2024-10-05 - Update `cargo-minimal-versions@latest` to 0.1.29. ## [2.44.21] - 2024-10-04 - Update `cargo-make@latest` to 0.37.21. - Update `cargo-binstall@latest` to 1.10.7. ## [2.44.20] - 2024-10-04 - Update `cargo-make@latest` to 0.37.20. ## [2.44.19] - 2024-10-03 - Update `release-plz@latest` to 0.3.95. - Update `cargo-nextest@latest` to 0.9.79. ## [2.44.18] - 2024-10-02 - Update `osv-scanner@latest` to 1.9.0. ## [2.44.17] - 2024-10-01 - Update `release-plz@latest` to 0.3.94. ## [2.44.16] - 2024-10-01 - Update `biome@latest` to 1.9.3. ## [2.44.15] - 2024-10-01 - Update `typos@latest` to 1.25.0. ## [2.44.14] - 2024-10-01 - Update `just@latest` to 1.36.0. - Update `release-plz@latest` to 0.3.93. - Update `cargo-make@latest` to 0.37.18. ## [2.44.13] - 2024-09-28 - Update `sccache@latest` to 0.8.2. - Update `release-plz@latest` to 0.3.92. ## [2.44.12] - 2024-09-28 - Fix compatibility issue with Cygwin `sh`. This fixes a regression introduced in 2.42.0. ## [2.44.11] - 2024-09-28 - Update `git-cliff@latest` to 2.6.1. ## [2.44.10] - 2024-09-26 - Update `cargo-machete@latest` to 0.7.0. ## [2.44.9] - 2024-09-25 - Update `wasmtime@latest` to 25.0.1. ## [2.44.8] - 2024-09-24 - Update `rclone@latest` to 1.68.1. - Update `syft@latest` to 1.13.0. - Update `cargo-zigbuild@latest` to 0.19.3. ## [2.44.7] - 2024-09-22 - Update `cargo-binstall@latest` to 1.10.6. - Update `git-cliff@latest` to 2.6.0. ## [2.44.6] - 2024-09-20 - Update `wasmtime@latest` to 25.0.0. ## [2.44.5] - 2024-09-19 - Update `biome@latest` to 1.9.2. ## [2.44.4] - 2024-09-19 - Update `protoc@latest` to 3.28.2. - Update `cargo-zigbuild@latest` to 0.19.2. ## [2.44.3] - 2024-09-18 - Update `release-plz@latest` to 0.3.91. ## [2.44.2] - 2024-09-16 - Update `typos@latest` to 1.24.6. - Update `release-plz@latest` to 0.3.90. ## [2.44.1] - 2024-09-15 - Update `biome@latest` to 1.9.1. ## [2.44.0] - 2024-09-15 - Support `release-plz`. ([#649](https://github.com/taiki-e/install-action/pull/649), thanks @Veetaha) ## [2.43.7] - 2024-09-15 - Update `knope@latest` to 0.18.1. - Update `cargo-llvm-cov@latest` to 0.6.13. ## [2.43.6] - 2024-09-14 - Update `parse-changelog@latest` to 0.6.9. ## [2.43.5] - 2024-09-12 - Update `biome@latest` to 1.9.0. ## [2.43.4] - 2024-09-12 - Update `protoc@latest` to 3.28.1. ## [2.43.3] - 2024-09-11 - Update `syft@latest` to 1.12.2. - Update `cargo-binstall@latest` to 1.10.5. - Update `osv-scanner@latest` to 1.8.5. ## [2.43.2] - 2024-09-09 - Update `rclone@latest` to 1.68.0. ## [2.43.1] - 2024-09-07 - Update `cargo-lambda@latest` to 1.4.0. - Update `cargo-binstall@latest` to 1.10.4. ## [2.43.0] - 2024-09-06 - Support `cargo-lambda`. ([#601](https://github.com/taiki-e/install-action/pull/601), thanks @jayvdb) ## [2.42.42] - 2024-09-06 - Update `cargo-nextest@latest` to 0.9.78. ## [2.42.41] - 2024-09-04 - Update `typos@latest` to 1.24.5. ## [2.42.40] - 2024-09-03 - Update `typos@latest` to 1.24.4. - Update `cargo-semver-checks@latest` to 0.35.0. ## [2.42.39] - 2024-09-03 - Update `cargo-llvm-cov@latest` to 0.6.12. ## [2.42.38] - 2024-09-03 - Update `typos@latest` to 1.24.3. - Relax jq version requirement to 1.3 (no longer need to install the newer version of jq when using this action on Ubuntu 14.04/CentOS 6 containers/self-hosted runners). ## [2.42.37] - 2024-08-30 - Update `cargo-make@latest` to 0.37.16. ## [2.42.36] - 2024-08-29 - Update `just@latest` to 1.35.0. - Update `cargo-nextest@latest` to 0.9.77. - Update `protoc@latest` to 3.28.0. ## [2.42.35] - 2024-08-28 - Update `protoc@latest` to 3.27.4. ## [2.42.34] - 2024-08-26 - Update `cargo-nextest@latest` to 0.9.76. - Update `cargo-binstall@latest` to 1.10.3. ## [2.42.33] - 2024-08-24 - Update `git-cliff@latest` to 2.5.0. ## [2.42.32] - 2024-08-24 - Update `cargo-nextest@latest` to 0.9.75. ## [2.42.31] - 2024-08-23 - Update `typos@latest` to 1.24.1. ## [2.42.30] - 2024-08-23 - Update `typos@latest` to 1.23.7. ## [2.42.29] - 2024-08-22 - Update `osv-scanner@latest` to 1.8.4. ## [2.42.28] - 2024-08-20 - Update `wasmtime@latest` to 24.0.0. - Update `syft@latest` to 1.11.1. - Update `cargo-tarpaulin@latest` to 0.31.2. ## [2.42.27] - 2024-08-19 - Update `cargo-nextest@latest` to 0.9.74. ## [2.42.26] - 2024-08-18 - Update `knope@latest` to 0.18.0. ## [2.42.25] - 2024-08-17 - Update `shfmt@latest` to 3.9.0. - Update `zola@latest` to 0.19.2. - Update `cargo-semver-checks@latest` to 0.34.0. - Update `cargo-binstall@latest` to 1.10.2. ## [2.42.24] - 2024-08-13 - Update `wasm-bindgen@latest` to 0.2.93. ## [2.42.23] - 2024-08-12 - Update `wasmtime@latest` to 23.0.2. ## [2.42.22] - 2024-08-10 - Update `cargo-careful@latest` to 0.4.3. ## [2.42.21] - 2024-08-10 - Update `cargo-binstall@latest` to 1.10.0. - Update `syft@latest` to 1.11.0. ## [2.42.20] - 2024-08-08 - Update `cargo-hack@latest` to 0.6.31. ## [2.42.19] - 2024-08-07 - Update `osv-scanner@latest` to 1.8.3. ## [2.42.18] - 2024-08-05 - Update `cargo-tarpaulin@latest` to 0.31.1. - Update `cargo-deny@latest` to 0.16.1. ## [2.42.17] - 2024-08-04 - Update `knope@latest` to 0.17.0. - Update `cargo-binstall@latest` to 1.9.0. ## [2.42.16] - 2024-08-02 - Update `just@latest` to 1.34.0. ## [2.42.15] - 2024-08-02 - Update `cargo-deny@latest` to 0.16.0. ## [2.42.14] - 2024-07-31 - Update `typos@latest` to 1.23.6. - Update `protoc@latest` to 3.27.3. ## [2.42.13] - 2024-07-31 - Update `just@latest` to 1.33.0. ## [2.42.12] - 2024-07-31 - Update `syft@latest` to 1.10.0. ## [2.42.11] - 2024-07-30 - Update `jaq@latest` to 1.6.0. ## [2.42.10] - 2024-07-29 - Update `cargo-make@latest` to 0.37.15. - Update `cargo-udeps@latest` to 0.1.50. ## [2.42.9] - 2024-07-26 - Update `cargo-semver-checks@latest` to 0.33.0. - Update `cargo-deny@latest` to 0.15.1. ## [2.42.8] - 2024-07-26 - Update `cargo-binstall@latest` to 1.8.0. ## [2.42.7] - 2024-07-26 - Update `typos@latest` to 1.23.5. ## [2.42.6] - 2024-07-25 - Update `typos@latest` to 1.23.4. - Update `cargo-deny@latest` to 0.15.0. ## [2.42.5] - 2024-07-23 - Update `wasmtime@latest` to 23.0.1. - Update `typos@latest` to 1.23.3. - Update `cargo-tarpaulin@latest` to 0.31.0. ## [2.42.4] - 2024-07-18 - Update `cargo-llvm-cov@latest` to 0.6.11. ## [2.42.3] - 2024-07-18 - Update `espup@latest` to 0.12.2. ## [2.42.2] - 2024-07-18 - Update `just@latest` to 1.32.0. ## [2.42.1] - 2024-07-17 - Update `cargo-make@latest` to 0.37.14. ## [2.42.0] - 2024-07-15 - Fix "/etc/os-release: No such file or directory" error on CentOS 6. - Improve support for Alpine based containers/self-hosted runners (no longer need to install bash in advance). - Improve documentation on platform support. ## [2.41.18] - 2024-07-15 - Update `espup@latest` to 0.12.1. - Update `cargo-no-dev-deps@latest` to 0.2.13. - Update `cargo-minimal-versions@latest` to 0.1.28. - Update `cargo-hack@latest` to 0.6.30. - Update `just@latest` to 1.31.0. ## [2.41.17] - 2024-07-12 - Update `earthly@latest` to 0.8.15. ## [2.41.16] - 2024-07-12 - Update `syft@latest` to 1.9.0. ## [2.41.15] - 2024-07-11 - Update `dprint@latest` to 0.47.2. ## [2.41.14] - 2024-07-10 - Update `typos@latest` to 1.23.2. ## [2.41.13] - 2024-07-10 - Update `osv-scanner@latest` to 1.8.2. ## [2.41.12] - 2024-07-10 - Update `cargo-zigbuild@latest` to 0.19.1. - Update `xh@latest` to 0.22.2. ## [2.41.11] - 2024-07-08 - Update `just@latest` to 1.30.1. - Update `jaq@latest` to 1.5.1. - Update `dprint@latest` to 0.47.1. - Update `cargo-make@latest` to 0.37.13. - Update `cargo-binstall@latest` to 1.7.4. ## [2.41.10] - 2024-07-05 - Update `typos@latest` to 1.23.1. ## [2.41.9] - 2024-07-05 - Update `typos@latest` to 1.23.0. ## [2.41.8] - 2024-07-04 - Update `wasm-pack@latest` to 0.13.0. - Update `editorconfig-checker@latest` to 3.0.3. - Update `cargo-udeps@latest` to 0.1.49. - Update `dprint@latest` to 0.47.0. ## [2.41.7] - 2024-06-27 - Update `biome@latest` to 1.8.3. ## [2.41.6] - 2024-06-27 - Update `jaq@latest` to 1.5.0. - Update `git-cliff@latest` to 2.4.0. ## [2.41.5] - 2024-06-25 - Update `protoc@latest` to 3.27.2. ## [2.41.4] - 2024-06-25 - Update `zola@latest` to 0.19.1. - Update `syft@latest` to 1.8.0. ## [2.41.3] - 2024-06-24 - Update `cargo-binstall@latest` to 1.7.3. ## [2.41.2] - 2024-06-23 - Update `typos@latest` to 1.22.9. ## [2.41.1] - 2024-06-22 - Update `typos@latest` to 1.22.8. ## [2.41.0] - 2024-06-21 - Support `knope`. ([#553](https://github.com/taiki-e/install-action/pull/553), thanks @jayvdb) - Update `osv-scanner@latest` to 1.8.1. ## [2.40.2] - 2024-06-21 - Update `zola@latest` to 0.19.0. - Update `wasmtime@latest` to 22.0.0. ## [2.40.1] - 2024-06-20 - Update `cargo-zigbuild@latest` to 0.19.0. - Update `cargo-binstall@latest` to 1.7.2. - Update `biome@latest` to 1.8.2. ## [2.40.0] - 2024-06-19 - Fix an installation issue on some container environments. ([#545](https://github.com/taiki-e/install-action/pull/545)) ## [2.39.2] - 2024-06-18 - Update `dprint@latest` to 0.46.3. - Update `cargo-semver-checks@latest` to 0.32.0. - Update `cargo-dinghy@latest` to 0.7.2. ## [2.39.1] - 2024-06-15 - Update `cargo-binstall@latest` to 1.7.1. ## [2.39.0] - 2024-06-15 - Update `cargo-binstall@latest` to 1.7.0. ## [2.38.7] - 2024-06-15 - Update `syft@latest` to 1.7.0. - Update `just@latest` to 1.29.1. - Update `rclone@latest` to 1.67.0. ## [2.38.6] - 2024-06-14 - Update `just@latest` to 1.29.0. ## [2.38.5] - 2024-06-13 - Update `typos@latest` to 1.22.7. - Update `espup@latest` to 0.12.0. ## [2.38.4] - 2024-06-11 - Workaround Cygwin bash's buggy behavior. ([#534](https://github.com/taiki-e/install-action/pull/534)) This fixes an installation issue when default bash was overridden like the following: ```sh echo "C:\tools\cygwin\bin" >> $GITHUB_PATH ``` ## [2.38.3] - 2024-06-11 - Workaround MSYS64 bash's buggy behavior. ([#533](https://github.com/taiki-e/install-action/pull/533)) This fixes an installation issue when default bash was overridden like the following: ```sh echo "C:\msys64\usr\bin" >> $GITHUB_PATH ``` - Update `typos@latest` to 1.22.4. - Update `earthly@latest` to 0.8.14. ## [2.38.2] - 2024-06-10 - Update `syft@latest` to 1.6.0. ## [2.38.1] - 2024-06-10 - Update `biome@latest` to 1.8.1. ## [2.38.0] - 2024-06-09 - Support `earthly`. ([#520](https://github.com/taiki-e/install-action/pull/520), thanks @jayvdb) - Support `deepsource`. ([#522](https://github.com/taiki-e/install-action/pull/522), thanks @jayvdb) - 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`. ([#518](https://github.com/taiki-e/install-action/pull/518)) This improves security, performance, robustness of installation. See [#487](https://github.com/taiki-e/install-action/issues/487) for more. - Update `dprint@latest` to 0.46.2. - Workaround glibc compatibility issue on archlinux. ([#525](https://github.com/taiki-e/install-action/pull/525), thanks @jayvdb) ## [2.37.0] - 2024-06-08 - Support `rclone`. ([#511](https://github.com/taiki-e/install-action/pull/511), thanks @jayvdb) - Support `xh`. ([#512](https://github.com/taiki-e/install-action/pull/512), thanks @jayvdb) - Support `jaq`. ([#513](https://github.com/taiki-e/install-action/pull/513), thanks @jayvdb) - Support `wait-for-them`. ([#514](https://github.com/taiki-e/install-action/pull/514), thanks @jayvdb) - Update `cargo-binstall@latest` to 1.6.9. - Update `typos@latest` to 1.22.3. ## [2.36.0] - 2024-06-07 - Support `cargo-zigbuild`. ([#508](https://github.com/taiki-e/install-action/pull/508), thanks @jayvdb) ## [2.35.0] - 2024-06-05 - Support `cargo-semver-checks`. ([#507](https://github.com/taiki-e/install-action/pull/507), thanks @jayvdb) - Update `osv-scanner@latest` to 1.7.4. ([#506](https://github.com/taiki-e/install-action/pull/506), thanks @nmcdaines) - Update `typos@latest` to 1.22.1. - Update `protoc@latest` to 3.27.1. - Update `just@latest` to 1.28.0. ## [2.34.3] - 2024-06-04 - Update `biome@latest` to 1.8.0. ## [2.34.2] - 2024-06-03 - Update `typos@latest` to 1.22.0. ## [2.34.1] - 2024-06-03 - Update `git-cliff@latest` to 2.3.0. ## [2.34.0] - 2024-06-01 - Support cargo-binstall fallback without cargo. ([#501](https://github.com/taiki-e/install-action/pull/501)) ## [2.33.36] - 2024-06-01 - Update `cargo-llvm-cov@latest` to 0.6.10. ## [2.33.35] - 2024-05-28 - Update `syft@latest` to 1.5.0. ## [2.33.34] - 2024-05-26 - Update `dprint@latest` to 0.46.1. ## [2.33.33] - 2024-05-25 - Update `dprint@latest` to 0.46.0. ## [2.33.32] - 2024-05-25 - Update `just@latest` to 1.27.0. ## [2.33.31] - 2024-05-25 - Update `cargo-binstall@latest` to 1.6.8. - Update `sccache@latest` to 0.8.1. ## [2.33.30] - 2024-05-24 - Update `cargo-deny@latest` to 0.14.24. ## [2.33.29] - 2024-05-23 - Update `protoc@latest` to 3.27.0. ## [2.33.28] - 2024-05-22 - Update `wasmtime@latest` to 21.0.1. ## [2.33.27] - 2024-05-21 - Update `wasmtime@latest` to 21.0.0. ## [2.33.26] - 2024-05-19 - Update `cargo-careful@latest` to 0.4.2. ## [2.33.25] - 2024-05-18 - Update `cargo-binstall@latest` to 1.6.7. ## [2.33.24] - 2024-05-17 - Update `mdbook@latest` to 0.4.40. ## [2.33.23] - 2024-05-14 - Update `just@latest` to 1.26.0. ## [2.33.22] - 2024-05-12 - Update `git-cliff@latest` to 2.2.2. ## [2.33.21] - 2024-05-11 - Update `cargo-binstall@latest` to 1.6.6. - Update `cargo-tarpaulin@latest` to 0.30.0. ## [2.33.20] - 2024-05-09 - Update `syft@latest` to 1.4.1. ## [2.33.19] - 2024-05-08 - Update `cargo-tarpaulin@latest` to 0.29.2. ## [2.33.18] - 2024-05-08 - Update `wasmtime@latest` to 20.0.2. ## [2.33.17] - 2024-05-06 - Update `biome@latest` to 1.7.3. ## [2.33.16] - 2024-05-04 - Update `cargo-make@latest` to 0.37.12. ## [2.33.15] - 2024-05-04 - Update `wasmtime@latest` to 20.0.1. ## [2.33.14] - 2024-05-03 - Update `cargo-deny@latest` to 0.14.23. - Support `cargo-deny` on AArch64 Linux. ## [2.33.13] - 2024-05-03 - Update `cargo-tarpaulin@latest` to 0.29.1. - Update `cargo-binstall@latest` to 1.6.5. ## [2.33.12] - 2024-05-01 - Update `cargo-tarpaulin@latest` to 0.29.0. ## [2.33.11] - 2024-04-30 - Update `typos@latest` to 1.21.0. ## [2.33.10] - 2024-04-30 - Update `biome@latest` to 1.7.2. ## [2.33.9] - 2024-04-26 - Update `syft@latest` to 1.3.0. ## [2.33.8] - 2024-04-24 - Update `cargo-spellcheck@latest` to 0.14.0. ## [2.33.7] - 2024-04-23 - Update `typos@latest` to 1.20.10. ## [2.33.6] - 2024-04-23 - Update `cargo-deny@latest` to 0.14.22. ## [2.33.5] - 2024-04-23 - Update `wasmtime@latest` to 20.0.0. ## [2.33.4] - 2024-04-22 - Update `biome@latest` to 1.7.1. ## [2.33.3] - 2024-04-21 - Update `sccache@latest` to 0.8.0. ## [2.33.2] - 2024-04-20 - Update `parse-changelog@latest` to 0.6.8. ## [2.33.1] - 2024-04-19 - Update `parse-changelog@latest` to 0.6.7. ## [2.33.0] - 2024-04-19 - Support `espup`. ([#456](https://github.com/taiki-e/install-action/pull/456)) - Improve support for SUSE/Arch based containers/self-hosted runners. ## [2.32.20] - 2024-04-17 - Update `cargo-hack@latest` to 0.6.28. ## [2.32.19] - 2024-04-17 - Update `typos@latest` to 1.20.9. ## [2.32.18] - 2024-04-16 - Update `biome@latest` to 1.7.0. ## [2.32.17] - 2024-04-13 - Update `cargo-tarpaulin@latest` to 0.28.0. ## [2.32.16] - 2024-04-13 - Update `typos@latest` to 1.20.8. - Update `syft@latest` to 1.2.0. ## [2.32.15] - 2024-04-12 - Update `cargo-deny@latest` to 0.14.21. ## [2.32.14] - 2024-04-12 - Update `wasmtime@latest` to 19.0.2. ## [2.32.13] - 2024-04-11 - Update `cargo-dinghy@latest` to 0.7.1. ## [2.32.12] - 2024-04-11 - Update `git-cliff@latest` to 2.2.1. ## [2.32.11] - 2024-04-10 - Update `typos@latest` to 1.20.7. ## [2.32.10] - 2024-04-09 - Update `typos@latest` to 1.20.5. ## [2.32.9] - 2024-04-05 - Update `cargo-make@latest` to 0.37.11. ## [2.32.8] - 2024-04-05 - Update `parse-changelog@latest` to 0.6.6. - Update `cargo-llvm-cov@latest` to 0.6.9. - Update `dprint@latest` to 0.45.1. ## [2.32.7] - 2024-04-04 - Update `typos@latest` to 1.20.4. - Update `syft@latest` to 1.1.1. ## [2.32.6] - 2024-04-04 - Update `editorconfig-checker@latest` to 3.0.1. ## [2.32.5] - 2024-04-03 - Update `biome@latest` to 1.6.4. ## [2.32.4] - 2024-04-03 - Update `wasmtime@latest` to 19.0.1. ## [2.32.3] - 2024-04-02 - Update `typos@latest` to 1.20.3. ## [2.32.2] - 2024-04-02 - Update `cargo-hack@latest` to 0.6.27. - Update `typos@latest` to 1.20.1. ## [2.32.1] - 2024-04-01 - Update `cargo-hack@latest` to 0.6.26. ## [2.32.0] - 2024-04-01 - Support `hyperfine`. ([#425](https://github.com/taiki-e/install-action/pull/425), thanks @jayvdb) - Support `editorconfig-checker`. ([#430](https://github.com/taiki-e/install-action/pull/430), thanks @jayvdb) - Update `cargo-hack@latest` to 0.6.24. ## [2.31.3] - 2024-03-30 - Update `git-cliff@latest` to 2.2.0. ## [2.31.2] - 2024-03-28 - Fix `cargo-spellcheck` installation bug. ([#428](https://github.com/taiki-e/install-action/pull/428)) ## [2.31.1] - 2024-03-28 - Update `protoc@latest` to 3.26.1. ## [2.31.0] - 2024-03-27 - Support `typos`. ([#422](https://github.com/taiki-e/install-action/pull/422), thanks @jayvdb) - Support `cargo-spellcheck`. ([#423](https://github.com/taiki-e/install-action/pull/423), thanks @jayvdb) ## [2.30.0] - 2024-03-27 - Support `cargo-cyclonedx`. ([#424](https://github.com/taiki-e/install-action/pull/424), thanks @jayvdb) - Update `cargo-hack@latest` to 0.6.23. ## [2.29.8] - 2024-03-26 - Update `syft@latest` to 1.1.0. - Update `biome@latest` to 1.6.3. ## [2.29.7] - 2024-03-24 - Update `cargo-machete@latest` to 0.6.2. ## [2.29.6] - 2024-03-23 - Update `cargo-deny@latest` to 0.14.20. ## [2.29.5] - 2024-03-22 - Update `biome@latest` to 1.6.2. ## [2.29.4] - 2024-03-22 - Update `cargo-deny@latest` to 0.14.19. ## [2.29.3] - 2024-03-21 - Update `cargo-deny@latest` to 0.14.18. ## [2.29.2] - 2024-03-20 - Update `wasmtime@latest` to 19.0.0. ## [2.29.1] - 2024-03-19 - Update `cargo-minimal-versions@latest` to 0.1.27. ## [2.29.0] - 2024-03-18 - Support `git-cliff`. ([#411](https://github.com/taiki-e/install-action/pull/411), thanks @tranzystorekk) ## [2.28.16] - 2024-03-17 - Update `cargo-deny@latest` to 0.14.17. ## [2.28.15] - 2024-03-16 - Update `cargo-llvm-cov@latest` to 0.6.8. ## [2.28.14] - 2024-03-13 - Update `protoc@latest` to 3.26.0. ## [2.28.13] - 2024-03-13 - Update `wasmtime@latest` to 18.0.3. ## [2.28.12] - 2024-03-12 - Update `biome@latest` to 1.6.1. ## [2.28.11] - 2024-03-11 - Update `just@latest` to 1.25.2. ## [2.28.10] - 2024-03-10 - Update `cargo-udeps@latest` to 0.1.47. ## [2.28.9] - 2024-03-10 - Update `cargo-llvm-cov@latest` to 0.6.7. ## [2.28.8] - 2024-03-10 - Update `cargo-no-dev-deps@latest` to 0.2.12. - Update `cargo-minimal-versions@latest` to 0.1.26. - Update `cargo-hack@latest` to 0.6.22. - Update `cargo-binstall@latest` to 1.6.4. ## [2.28.7] - 2024-03-09 - Update `just@latest` to 1.25.0. ## [2.28.6] - 2024-03-08 - Update `biome@latest` to 1.6.0. ## [2.28.5] - 2024-03-08 - Update `shellcheck@latest` to 0.10.0. ## [2.28.4] - 2024-03-06 - Update `syft@latest` to 1.0.1. ## [2.28.3] - 2024-03-06 - Update `cargo-hack@latest` to 0.6.21. ## [2.28.2] - 2024-03-06 - Update `cargo-deny@latest` to 0.14.16. - Update `parse-changelog@latest` to 0.6.5. ## [2.28.1] - 2024-03-04 - Update `wasm-bindgen@latest` to 0.2.92. ## [2.28.0] - 2024-03-02 - Support `wasm-bindgen`. ([#383](https://github.com/taiki-e/install-action/pull/383), thanks @Ekleog) - Support `sccache`. ([#390](https://github.com/taiki-e/install-action/pull/390)) ## [2.27.15] - 2024-03-02 - Support `biome` on x86_64/AArch64 Linux (musl). - Support installing native binary for `zola` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.) ## [2.27.14] - 2024-03-01 - Update `syft@latest` to 1.0.0. ## [2.27.13] - 2024-02-29 - Update `wasmtime@latest` to 18.0.2. ## [2.27.12] - 2024-02-28 - Update `cargo-deny@latest` to 0.14.15. ## [2.27.11] - 2024-02-26 - Update `syft@latest` to 0.105.1. ## [2.27.10] - 2024-02-26 - Update `cargo-deny@latest` to 0.14.14. ## [2.27.9] - 2024-02-24 - Update `cargo-deny@latest` to 0.14.13. ## [2.27.8] - 2024-02-23 - Update `cargo-make@latest` to 0.37.10. ## [2.27.7] - 2024-02-23 - Update `cargo-deny@latest` to 0.14.12. ## [2.27.6] - 2024-02-22 - Update `cargo-llvm-cov@latest` to 0.6.6. ## [2.27.5] - 2024-02-21 - Update `cargo-machete@latest` to 0.6.1. ## [2.27.4] - 2024-02-21 - Update `cargo-hack@latest` to 0.6.20. ## [2.27.3] - 2024-02-21 - Update `wasmtime@latest` to 18.0.1. ## [2.27.2] - 2024-02-16 - Update `cargo-hack@latest` to 0.6.19. ## [2.27.1] - 2024-02-16 - Update `cargo-audit@latest` to 0.20.0. - Update `protoc@latest` to 3.25.3. ## [2.27.0] - 2024-02-15 - Support `cargo-audit`. ([#371](https://github.com/taiki-e/install-action/pull/371), thanks @utkarshgupta137) ## [2.26.20] - 2024-02-15 - Update `syft@latest` to 0.105.0. ## [2.26.19] - 2024-02-13 - Update `cargo-binstall@latest` to 1.6.3. ## [2.26.18] - 2024-02-12 - Update `just@latest` to 1.24.0. ## [2.26.17] - 2024-02-11 - Update `shfmt@latest` to 3.8.0. - Update `cargo-no-dev-deps@latest` to 0.2.11. - Update `cargo-minimal-versions@latest` to 0.1.25. - Update `cargo-hack@latest` to 0.6.18. ## [2.26.16] - 2024-02-08 - Update `wasmtime@latest` to 17.0.1. - Update `syft@latest` to 0.104.0. ## [2.26.15] - 2024-02-07 - Update `cargo-llvm-cov@latest` to 0.6.5. ## [2.26.14] - 2024-02-07 - Update `mdbook@latest` to 0.4.37. ## [2.26.13] - 2024-02-05 - Update `cargo-deny@latest` to 0.14.11. ## [2.26.12] - 2024-02-04 - Update `cargo-binstall@latest` to 1.6.2. ## [2.26.11] - 2024-02-03 - Update `cargo-hack@latest` to 0.6.17. ## [2.26.10] - 2024-02-02 - Update `cargo-make@latest` to 0.37.9. ## [2.26.9] - 2024-02-01 - Update `syft@latest` to 0.103.1. ## [2.26.8] - 2024-01-31 - Update `osv-scanner@latest` to 1.6.2. ## [2.26.7] - 2024-01-26 - Update `syft@latest` to 0.102.0. ## [2.26.6] - 2024-01-26 - Update `wasmtime@latest` to 17.0.0. ## [2.26.5] - 2024-01-25 - Update `cargo-llvm-cov@latest` to 0.6.4. ## [2.26.4] - 2024-01-25 - Update `cargo-make@latest` to 0.37.8. ## [2.26.3] - 2024-01-24 - Update `cargo-no-dev-deps@latest` to 0.2.10. - Update `cargo-minimal-versions@latest` to 0.1.24. - Update `cargo-hack@latest` to 0.6.16. - Update `cargo-deny@latest` to 0.14.10. ## [2.26.2] - 2024-01-24 - Update `cargo-llvm-cov@latest` to 0.6.3. ## [2.26.1] - 2024-01-24 - Update `cargo-deny@latest` to 0.14.9. ## [2.26.0] - 2024-01-24 - Support `cargo-sort`. ([#344](https://github.com/taiki-e/install-action/pull/344), thanks @jhpratt) ## [2.25.11] - 2024-01-23 - Update `cargo-deny@latest` to 0.14.8. ## [2.25.10] - 2024-01-22 - Update `cargo-deny@latest` to 0.14.7. - Update `biome@latest` to 1.5.3. ## [2.25.9] - 2024-01-21 - Update `cargo-deny@latest` to 0.14.6. ## [2.25.8] - 2024-01-21 - Update `cargo-binstall@latest` to 1.6.1. ## [2.25.7] - 2024-01-20 - Update `cargo-deny@latest` to 0.14.5. ## [2.25.6] - 2024-01-20 - Update `syft@latest` to 0.101.1. - Update `cargo-deny@latest` to 0.14.4. ## [2.25.5] - 2024-01-18 - Update `cargo-llvm-cov@latest` to 0.6.2. ## [2.25.4] - 2024-01-18 - Update `osv-scanner@latest` to 1.6.1. ## [2.25.3] - 2024-01-18 - Update `syft@latest` to 0.101.0. ## [2.25.2] - 2024-01-15 - Update `biome@latest` to 1.5.2. ## [2.25.1] - 2024-01-14 - Update `cargo-make@latest` to 0.37.7. ## [2.25.0] - 2024-01-13 - Update `cargo-tarpaulin@latest` to 0.27.3. - Update `cargo-make@latest` to 0.37.6. - Update `cargo-binstall@latest` to 1.6.0. ## [2.24.4] - 2024-01-13 - Update `just@latest` to 1.23.0. - Update `cargo-llvm-cov@latest` to 0.6.1. ## [2.24.3] - 2024-01-10 - Update `biome@latest` to 1.5.1. - Update `protoc@latest` to 3.25.2. ## [2.24.2] - 2024-01-09 - Update `just@latest` to 1.22.1. - Update `biome@latest` to 1.5.0. ## [2.24.1] - 2024-01-07 - Update `cargo-careful@latest` to 0.4.1. ## [2.24.0] - 2024-01-07 - Update `cargo-binstall@latest` to 1.5.0. ## [2.23.9] - 2024-01-06 - Update `syft@latest` to 0.100.0. ## [2.23.8] - 2024-01-05 - Update `just@latest` to 1.22.0. ## [2.23.7] - 2023-12-30 - Update `just@latest` to 1.21.0. ## [2.23.6] - 2023-12-29 - Update `just@latest` to 1.20.0. - Update `cargo-udeps@latest` to 0.1.45. ## [2.23.5] - 2023-12-28 - Update `cargo-llvm-cov@latest` to 0.6.0. ## [2.23.4] - 2023-12-28 - Update `just@latest` to 1.19.0. ## [2.23.3] - 2023-12-26 - Update `cargo-binstall@latest` to 1.4.9. ## [2.23.2] - 2023-12-26 - Update `dprint@latest` to 0.45.0. ## [2.23.1] - 2023-12-25 - Update `just@latest` to 1.18.1. ## [2.23.0] - 2023-12-23 - Support `cargo-export`. ([#312](https://github.com/taiki-e/install-action/pull/312), thanks @bazhenov) ## [2.22.10] - 2023-12-21 - Update `syft@latest` to 0.99.0. ## [2.22.9] - 2023-12-21 - Update `wasmtime@latest` to 16.0.0. ## [2.22.8] - 2023-12-20 - Update `just@latest` to 1.17.0. ## [2.22.7] - 2023-12-19 - Update `zola@latest` to 0.18.0. ## [2.22.6] - 2023-12-18 - Update `dprint@latest` to 0.44.0. ## [2.22.5] - 2023-12-16 - Update `cargo-no-dev-deps@latest` to 0.2.9. - Update `cargo-minimal-versions@latest` to 0.1.23. - Update `cargo-llvm-cov@latest` to 0.5.39. - Update `cargo-hack@latest` to 0.6.15. ## [2.22.4] - 2023-12-16 - Update `cargo-binstall@latest` to 1.4.8. ## [2.22.3] - 2023-12-16 - Update `cargo-make@latest` to 0.37.5. ## [2.22.2] - 2023-12-14 - Update `cargo-llvm-cov@latest` to 0.5.38. ## [2.22.1] - 2023-12-12 - Update `cargo-binstall@latest` to 1.4.7. ## [2.22.0] - 2023-12-10 - Support `osv-scanner`. ([#300](https://github.com/taiki-e/install-action/pull/300), thanks @jayvdb) ## [2.21.27] - 2023-12-05 - Update `cargo-no-dev-deps@latest` to 0.2.8. - Update `cargo-minimal-versions@latest` to 0.1.22. - Update `cargo-hack@latest` to 0.6.14. ## [2.21.26] - 2023-12-02 - Update `wasmtime@latest` to 15.0.1. ## [2.21.25] - 2023-12-01 - Update `dprint@latest` to 0.43.2. ## [2.21.24] - 2023-12-01 - Update `biome@latest` to 1.4.1. ## [2.21.23] - 2023-11-30 - Update `mdbook@latest` to 0.4.36. - Update `syft@latest` to 0.98.0. ## [2.21.22] - 2023-11-28 - Update `cargo-tarpaulin@latest` to 0.27.2. ## [2.21.21] - 2023-11-28 - Update `biome@latest` to 1.4.0. ## [2.21.20] - 2023-11-27 - Update `grcov@latest` to 0.8.19. ## [2.21.19] - 2023-11-26 - Update `dprint@latest` to 0.43.1. ## [2.21.18] - 2023-11-21 - Update `wasmtime@latest` to 15.0.0. ## [2.21.17] - 2023-11-19 - Update `dprint@latest` to 0.43.0. ## [2.21.16] - 2023-11-18 - Update `cargo-binstall@latest` to 1.4.6. ## [2.21.15] - 2023-11-18 - Update `syft@latest` to 0.97.1. ## [2.21.14] - 2023-11-17 - Update `cargo-llvm-cov@latest` to 0.5.37. ## [2.21.13] - 2023-11-17 - Update `syft@latest` to 0.97.0. ## [2.21.12] - 2023-11-16 - Update `protoc@latest` to 3.25.1. ## [2.21.11] - 2023-11-12 - Update `cargo-binstall@latest` to 1.4.5. ## [2.21.10] - 2023-11-10 - Update `syft@latest` to 0.96.0. ## [2.21.9] - 2023-11-09 - Update `just@latest` to 1.16.0. ## [2.21.8] - 2023-11-07 - Update `syft@latest` to 0.95.0. ## [2.21.7] - 2023-11-02 - Update `wasmtime@latest` to 14.0.4. - Update `protoc@latest` to 3.25.0. ## [2.21.6] - 2023-10-31 - Update `cargo-make@latest` to 0.37.4. - Update `biome@latest` to 1.3.3. - Support `dprint` on AArch64 Linux (musl). ## [2.21.5] - 2023-10-30 - Update `cargo-llvm-cov@latest` to 0.5.36. ## [2.21.4] - 2023-10-30 - Update `wasmtime@latest` to 14.0.3. ## [2.21.3] - 2023-10-29 - Update `dprint@latest` to 0.42.5. ## [2.21.2] - 2023-10-28 - Update `cargo-make@latest` to 0.37.3. ## [2.21.1] - 2023-10-27 - Update `dprint@latest` to 0.42.3. - Update `cargo-minimal-versions@latest` to 0.1.21. ## [2.21.0] - 2023-10-27 - Support `cargo-rdme`. ([#265](https://github.com/taiki-e/install-action/pull/265), thanks @joshka) - Update `dprint@latest` to 0.42.2. ## [2.20.17] - 2023-10-27 - Update `wasmtime@latest` to 14.0.2. ## [2.20.16] - 2023-10-23 - Update `wasmtime@latest` to 14.0.1. ## [2.20.15] - 2023-10-23 - Update `cargo-binstall@latest` to 1.4.4. ## [2.20.14] - 2023-10-22 - Update `cargo-minimal-versions@latest` to 0.1.20. ## [2.20.13] - 2023-10-22 - Update `cargo-hack@latest` to 0.6.13. ## [2.20.12] - 2023-10-21 - Update `wasmtime@latest` to 14.0.0. - Update `syft@latest` to 0.94.0. ## [2.20.11] - 2023-10-20 - Update `biome@latest` to 1.3.1. ## [2.20.10] - 2023-10-19 - Update `biome@latest` to 1.3.0. ## [2.20.9] - 2023-10-18 - Update `cargo-hack@latest` to 0.6.12. ## [2.20.8] - 2023-10-18 - Update `parse-changelog@latest` to 0.6.4. - Update `cargo-llvm-cov@latest` to 0.5.35. ## [2.20.7] - 2023-10-18 - Update `cargo-hack@latest` to 0.6.11. ## [2.20.6] - 2023-10-17 - Update `cargo-hack@latest` to 0.6.10. ## [2.20.5] - 2023-10-17 - Update `cargo-llvm-cov@latest` to 0.5.34. - Update `cargo-hack@latest` to 0.6.9. ## [2.20.4] - 2023-10-17 - Update `cargo-udeps@latest` to 0.1.43. ## [2.20.3] - 2023-10-12 - Update `just@latest` to 1.15.0. ## [2.20.2] - 2023-10-11 - Update `syft@latest` to 0.93.0. ## [2.20.1] - 2023-10-08 - Update `cargo-binstall@latest` to 1.4.3. ## [2.20.0] - 2023-10-06 - Support `biome`. ([#246](https://github.com/taiki-e/install-action/pull/246), thanks @nhedger) ## [2.19.4] - 2023-10-05 - Update `protoc@latest` to 3.24.4. ## [2.19.3] - 2023-10-03 - Update `cargo-tarpaulin@latest` to 0.27.1. ## [2.19.2] - 2023-09-30 - Update `mdbook@latest` to 0.4.35. - Update `parse-changelog@latest` to 0.6.3. - Update `cargo-dinghy@latest` to 0.6.8. - Update `cargo-deny@latest` to 0.14.3. ## [2.19.1] - 2023-09-28 - Update `cargo-binstall@latest` to 1.4.2. ## [2.19.0] - 2023-09-28 - Support signature verification. ([#237](https://github.com/taiki-e/install-action/pull/237)) - Update `cargo-binstall@latest` to 1.4.1. This includes support for signature verification. - Update `syft@latest` to 0.92.0. - Update `cargo-make@latest` to 0.37.2. ## [2.18.17] - 2023-09-26 - Update `cargo-llvm-cov@latest` to 0.5.33. ## [2.18.16] - 2023-09-23 - Update `cargo-machete@latest` to 0.6.0. - Update `cargo-llvm-cov@latest` to 0.5.32. ## [2.18.15] - 2023-09-22 - Update `cargo-careful@latest` to 0.4.0. ## [2.18.14] - 2023-09-21 - Update `syft@latest` to 0.91.0. - Update `wasmtime@latest` to 13.0.0. ## [2.18.13] - 2023-09-17 - Update `cargo-tarpaulin@latest` to 0.27.0. - Update `cargo-make@latest` to 0.37.1. - Update `cargo-binstall@latest` to 1.3.1. ## [2.18.12] - 2023-09-16 - Fix some bugs on Windows. ## [2.18.11] - 2023-09-15 - Update `cargo-hack@latest` to 0.6.8. ## [2.18.10] - 2023-09-15 - Update `wasmtime@latest` to 12.0.2. - Update `cargo-dinghy@latest` to 0.6.7. ## [2.18.9] - 2023-09-12 - Update `syft@latest` to 0.90.0. ## [2.18.8] - 2023-09-11 - Update `cargo-no-dev-deps@latest` to 0.2.7. - Update `cargo-minimal-versions@latest` to 0.1.19. - Update `cargo-hack@latest` to 0.6.7. ## [2.18.7] - 2023-09-11 - Update `cargo-dinghy@latest` to 0.6.5. ## [2.18.6] - 2023-09-10 - Update `dprint@latest` to 0.41.0. - Update `cargo-no-dev-deps@latest` to 0.2.6. - Update `cargo-minimal-versions@latest` to 0.1.18. ## [2.18.5] - 2023-09-09 - Update `cargo-no-dev-deps@latest` to 0.2.5. - Update `cargo-minimal-versions@latest` to 0.1.17. ## [2.18.4] - 2023-09-09 - Update `cargo-hack@latest` to 0.6.6. ## [2.18.3] - 2023-09-08 - Update `cargo-make@latest` to 0.37.0. ## [2.18.2] - 2023-09-08 - Update `protoc@latest` to 3.24.3. ## [2.18.1] - 2023-09-05 - Diagnostic improvements. ## [2.18.0] - 2023-09-04 - Support `xbuild`. ([#212](https://github.com/taiki-e/install-action/pull/212), thanks @notgull) - Update `cargo-hack@latest` to 0.6.5. - Update `cargo-deny@latest` to 0.14.2. ## [2.17.8] - 2023-09-01 - Update `syft@latest` to 0.89.0. ## [2.17.7] - 2023-08-29 - Update `cargo-hack@latest` to 0.6.4. ## [2.17.6] - 2023-08-28 - Update `cargo-no-dev-deps@latest` to 0.2.4. - Update `cargo-minimal-versions@latest` to 0.1.16. - Update `cargo-hack@latest` to 0.6.3. ## [2.17.5] - 2023-08-28 - Update `cargo-hack@latest` to 0.6.2. ## [2.17.4] - 2023-08-28 - Update `cargo-hack@latest` to 0.6.1. ## [2.17.3] - 2023-08-28 - Update `cargo-minimal-versions@latest` to 0.1.15. - Update `cargo-hack@latest` to 0.6.0. ## [2.17.2] - 2023-08-27 - Update `cargo-udeps@latest` to 0.1.42. ## [2.17.1] - 2023-08-26 - Update `syft@latest` to 0.88.0. - Update `protoc@latest` to 3.24.2. ## [2.17.0] - 2023-08-25 - Update `cargo-binstall@latest` to 1.3.0. ## [2.16.5] - 2023-08-24 - Update `wasmtime@latest` to 12.0.1. - Update `cargo-llvm-cov@latest` to 0.5.31. ## [2.16.4] - 2023-08-23 - Update `cargo-llvm-cov@latest` to 0.5.30. ## [2.16.3] - 2023-08-23 - Update `cargo-llvm-cov@latest` to 0.5.29. ## [2.16.2] - 2023-08-22 - Update `cargo-llvm-cov@latest` to 0.5.28. ## [2.16.1] - 2023-08-22 - Update `wasmtime@latest` to 12.0.0. ## [2.16.0] - 2023-08-19 - Support `cargo-machete`. ([#196](https://github.com/taiki-e/install-action/pull/196), thanks @tgnottingham) ## [2.15.6] - 2023-08-19 - Update `protoc@latest` to 3.24.1. ## [2.15.5] - 2023-08-18 - Update `syft@latest` to 0.87.1. ## [2.15.4] - 2023-08-15 - Update `syft@latest` to 0.87.0. ## [2.15.3] - 2023-08-14 - Update `cargo-minimal-versions@latest` to 0.1.14. - Update `cargo-llvm-cov@latest` to 0.5.27. ## [2.15.2] - 2023-08-12 - Update `cargo-llvm-cov@latest` to 0.5.26. ## [2.15.1] - 2023-08-11 - Update `cargo-binstall@latest` to 1.2.1. ## [2.15.0] - 2023-08-10 - Update `cargo-binstall@latest` to 1.2.0. - Update `cargo-make@latest` to 0.36.13. ## [2.14.3] - 2023-08-09 - Update `protoc@latest` to 3.24.0. - Update `parse-changelog@latest` to 0.6.2. ## [2.14.2] - 2023-08-06 - Update `cargo-llvm-cov@latest` to 0.5.25. - Update `cargo-hack@latest` to 0.5.29. ## [2.14.1] - 2023-08-06 - Update `mdbook@latest` to 0.4.34. ## [2.14.0] - 2023-08-05 - Use `cargo-binstall` to install `nextest`. ([#183](https://github.com/taiki-e/install-action/pull/183)) This is a change made in response to the request from the nextest maintainer, which potentially increases the installation time of nextest and the possibility of network errors during installation. If you encounter network errors, you should usually be able to work around them by setting `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` environment variable. ## [2.13.6] - 2023-08-04 - Update `mdbook@latest` to 0.4.33. ## [2.13.5] - 2023-08-03 - Update `cargo-nextest@latest` to 0.9.57. ## [2.13.4] - 2023-08-02 - Update `cargo-nextest@latest` to 0.9.56. - Update `cargo-deny@latest` to 0.14.1. ## [2.13.3] - 2023-08-01 - Update `dprint@latest` to 0.40.2. ## [2.13.2] - 2023-08-01 - Update `syft@latest` to 0.86.1. ## [2.13.1] - 2023-07-31 - Update `dprint@latest` to 0.40.1. ## [2.13.0] - 2023-07-31 - Support `cargo-careful`. ([#173](https://github.com/taiki-e/install-action/pull/173)) - Improve performance and robustness for cases where the host environment lacks the packages required for installation, such as containers or self-hosted runners. ## [2.12.23] - 2023-07-31 - Update `dprint@latest` to 0.40.0. ## [2.12.22] - 2023-07-30 - Update `cargo-nextest@latest` to 0.9.55. ## [2.12.21] - 2023-07-28 - Update `cargo-no-dev-deps@latest` to 0.2.3. - Update `cargo-minimal-versions@latest` to 0.1.13. - Update `cargo-llvm-cov@latest` to 0.5.24. ## [2.12.20] - 2023-07-28 - Update `cargo-deny@latest` to 0.14.0. ## [2.12.19] - 2023-07-27 - Update `cargo-tarpaulin@latest` to 0.26.1. - Fix checksum error with `cargo-tarpaulin@0.26.0`. ([#167](https://github.com/taiki-e/install-action/pull/167)) ## [2.12.18] - 2023-07-25 - Update `wasmtime@latest` to 11.0.1. ## [2.12.17] - 2023-07-22 - Update `cargo-binstall@latest` to 1.1.2. ## [2.12.16] - 2023-07-21 - Update `wasmtime@latest` to 11.0.0. - Update `cargo-udeps@latest` to 0.1.41. ## [2.12.15] - 2023-07-20 - Update `cargo-make@latest` to 0.36.12. - Update `cargo-binstall@latest` to 1.1.1. ## [2.12.14] - 2023-07-19 - Update `cargo-binstall@latest` to 1.1.0. ## [2.12.13] - 2023-07-18 - Slightly improve the time taken to install tools distributed as `.zip`. ## [2.12.12] - 2023-07-17 - Update `mdbook@latest` to 0.4.32. ## [2.12.11] - 2023-07-13 - Update `syft@latest` to 0.85.0. - Update `dprint@latest` to 0.39.1. ## [2.12.10] - 2023-07-09 - Update `dprint@latest` to 0.39.0. ## [2.12.9] - 2023-07-08 - Update `cargo-llvm-cov@latest` to 0.5.23. ## [2.12.8] - 2023-07-07 - Update `protoc@latest` to 3.23.4. ## [2.12.7] - 2023-07-04 - Update `parse-changelog@latest` to 0.6.1. - Update `dprint@latest` to 0.38.3. ## [2.12.6] - 2023-07-03 - Update `dprint@latest` to 0.38.1. ## [2.12.5] - 2023-07-02 - Update `dprint@latest` to 0.38.0. ## [2.12.4] - 2023-06-30 - Update `syft@latest` to 0.84.1. - Update `mdbook@latest` to 0.4.31. - Update `cargo-llvm-cov@latest` to 0.5.22. ## [2.12.3] - 2023-06-28 - Update `wasm-pack@latest` to 0.12.1. - Update `cargo-binstall@latest` to 1.0.0. ## [2.12.2] - 2023-06-26 - Update `cargo-nextest@latest` to 0.9.54. ## [2.12.1] - 2023-06-26 - Update `parse-changelog@latest` to 0.6.0. ## [2.12.0] - 2023-06-26 - Support `cargo-make`. ([#146](https://github.com/taiki-e/install-action/pull/146), thanks @joshka) ## [2.11.6] - 2023-06-22 - Update `wasmtime@latest` to 10.0.1. ## [2.11.5] - 2023-06-21 - Update `wasmtime@latest` to 10.0.0. - Update `syft@latest` to 0.84.0. ## [2.11.4] - 2023-06-19 - Update `wasm-pack@latest` to 0.12.0. - Update `shfmt@latest` to 3.7.0. ## [2.11.3] - 2023-06-17 - Update `cargo-tarpaulin@latest` to 0.26.0. ## [2.11.2] - 2023-06-15 - Update `syft@latest` to 0.83.1. - Update `protoc@latest` to 3.23.3. ## [2.11.1] - 2023-06-14 - Update `wasmtime@latest` to 9.0.4. ## [2.11.0] - 2023-06-10 - Support `cargo-dinghy`. ([#133](https://github.com/taiki-e/install-action/pull/133), thanks @notgull) ## [2.10.0] - 2023-06-10 - Support `syft`. ([#135](https://github.com/taiki-e/install-action/pull/135), thanks @FirelightFlagboy) ## [2.9.4] - 2023-06-08 - Update `parse-changelog@latest` to 0.5.4. ## [2.9.3] - 2023-06-05 - Update `cargo-udeps@latest` to 0.1.40. ## [2.9.2] - 2023-06-03 - Update `just@latest` to 1.14.0. - Update `dprint@latest` to 0.37.1. - Update `cargo-llvm-cov@latest` to 0.5.20. ## [2.9.1] - 2023-06-01 - Update `wasmtime@latest` to 9.0.3. ## [2.9.0] - 2023-05-29 - Update `mdbook@latest` to 0.4.30. - Make cargo-binstall fallback more robust. ([#124](https://github.com/taiki-e/install-action/pull/124), thanks @NobodyXu) ## [2.8.8] - 2023-05-27 - Update `wasmtime@latest` to 9.0.2. - Update `protoc@latest` to 3.23.2. - Update `cargo-binstall@latest` to 0.23.1. ## [2.8.7] - 2023-05-23 - Update `wasmtime@latest` to 9.0.1. ## [2.8.6] - 2023-05-18 - Update `protoc@latest` to 3.23.1. ## [2.8.5] - 2023-05-16 - Update `cargo-nextest@latest` to 0.9.53. ## [2.8.4] - 2023-05-14 - Update `mdbook@latest` to 0.4.29. ## [2.8.3] - 2023-05-12 - Update `wasm-pack@latest` to 0.11.1. ## [2.8.2] - 2023-05-09 - Update `protoc@latest` to 3.23.0. ## [2.8.1] - 2023-05-06 - Update `protoc@latest` to 3.22.4. - Update `dprint@latest` to 0.36.1. - Update `cargo-udeps@latest` to 0.1.39. - Update `cargo-nextest@latest` to 0.9.52. - Support `cargo-udeps` on x86_64 Linux (musl) and AArch64 Linux/macOS/Windows. ## [2.8.0] - 2023-05-03 - Trim whitespace from tool names. ([#115](https://github.com/taiki-e/install-action/pull/115)) ## [2.7.2] - 2023-04-28 - Update `cargo-llvm-cov@latest` to 0.5.19. ## [2.7.1] - 2023-04-28 - Update `wasmtime@latest` to 8.0.1. ## [2.7.0] - 2023-04-27 - Update `grcov@latest` to 0.8.18. - Update `cargo-binstall@latest` to 0.23.0. ## [2.6.19] - 2023-04-25 - Update `cargo-llvm-cov@latest` to 0.5.18. ## [2.6.18] - 2023-04-21 - Update `cargo-llvm-cov@latest` to 0.5.17. ## [2.6.17] - 2023-04-20 - Update `wasmtime@latest` to 8.0.0. ## [2.6.16] - 2023-04-18 - Update `cargo-llvm-cov@latest` to 0.5.16. ## [2.6.15] - 2023-04-18 - Update `dprint@latest` to 0.36.0. ## [2.6.14] - 2023-04-16 - Update `cargo-minimal-versions@latest` to 0.1.12. - Update `cargo-llvm-cov@latest` to 0.5.15. ## [2.6.13] - 2023-04-13 - Update `protoc@latest` to 3.22.3. ## [2.6.12] - 2023-04-12 - Update `cargo-deny@latest` to 0.13.9. ## [2.6.11] - 2023-04-11 - Update `dprint@latest` to 0.35.4. ## [2.6.10] - 2023-04-07 - Update `cargo-deny@latest` to 0.13.8. ## [2.6.9] - 2023-04-05 - Update `cargo-llvm-cov@latest` to 0.5.14. ## [2.6.8] - 2023-04-05 - Update `cargo-tarpaulin@latest` to 0.25.2. ## [2.6.7] - 2023-04-04 - Update `cargo-llvm-cov@latest` to 0.5.13. ## [2.6.6] - 2023-04-02 - Update `cargo-llvm-cov@latest` to 0.5.12. ## [2.6.5] - 2023-03-25 - Update `cargo-binstall@latest` to 0.22.0. ## [2.6.4] - 2023-03-21 - Update `wasmtime@latest` to 7.0.0. ## [2.6.3] - 2023-03-20 - Update `zola@latest` to 0.17.2. - Update `wasm-pack@latest` to 0.11.0. - Update `cargo-nextest@latest` to 0.9.51. ## [2.6.2] - 2023-03-14 - Update `cargo-binstall@latest` to 0.21.3. This fixes spurious error when accessing crates.io. ## [2.6.1] - 2023-03-14 - Update `cargo-nextest@latest` to 0.9.50. ## [2.6.0] - 2023-03-13 - Update `dprint@latest` to 0.35.3. - Update `cargo-binstall@latest` to 0.21.2. ## [2.5.7] - 2023-03-11 - Update `protoc@latest` to 3.22.2. ## [2.5.6] - 2023-03-10 - Update `wasmtime@latest` to 6.0.1. ## [2.5.5] - 2023-03-08 - Update `protoc@latest` to 3.22.1. - Update `mdbook@latest` to 0.4.28. ## [2.5.4] - 2023-02-28 - Update `cargo-llvm-cov@latest` to 0.5.11. - Update `cargo-hack@latest` to 0.5.28. ## [2.5.3] - 2023-02-28 - Update `cargo-no-dev-deps@latest` to 0.2.2. ## [2.5.2] - 2023-02-27 - Update `cargo-tarpaulin@latest` to 0.25.1. ## [2.5.1] - 2023-02-25 - Update `zola@latest` to 0.17.1. ## [2.5.0] - 2023-02-23 - Update `cargo-llvm-cov@latest` to 0.5.10. - Switch to composite action. ([#58](https://github.com/taiki-e/install-action/pull/58)) ## [2.4.4] - 2023-02-21 - Update `wasmtime@latest` to 6.0.0. ## [2.4.3] - 2023-02-17 - Update `zola@latest` to 0.17.0. - Update `protoc@latest` to 3.22.0. ## [2.4.2] - 2023-02-14 - Update `mdbook@latest` to 0.4.27. - Update `dprint@latest` to 0.34.5. ## [2.4.1] - 2023-02-13 - Update `cargo-binstall@latest` to 0.20.1. ## [2.4.0] - 2023-02-11 - Support `cargo-tarpaulin`. ([#65](https://github.com/taiki-e/install-action/pull/65), thanks @orhun) - Support `zola`. ([#71](https://github.com/taiki-e/install-action/pull/71), thanks @tranzystorek-io) - Update `mdbook@latest` to 0.4.26. - Allow installing cargo subcommands without `cargo`. - Fix issue where installed non-Rust related binaries cannot be found from PowerShell on Windows. Rust-related binaries, Unix shells such as bash, and non-Windows OS are not affected by this issue. - Fix install failure of Rust-related binaries when `$CARGO_HOME/bin` exists, but is not included in the `$PATH`. This failure occurred in slightly odd cases, such as multiple installations of rust in different directories. - Use cargo-binstall fallback also if tool is available but the specified version not available. ([#68](https://github.com/taiki-e/install-action/pull/68)) ## [2.3.5] - 2023-02-04 - Update `cross@latest` to 0.2.5. ## [2.3.4] - 2023-01-26 - Update `just@latest` to 1.13.0. - Update `cargo-hack@latest` to 0.5.27. - Update `cargo-no-dev-deps@latest` to 0.2.1. - Update `cargo-minimal-versions@latest` to 0.1.11. ## [2.3.3] - 2023-01-21 - Update `wasmtime@latest` to 5.0.0. ## [2.3.2] - 2023-01-20 - Update `just@latest` to 1.12.0. - Update `cargo-no-dev-deps@latest` to 0.2.0. ## [2.3.1] - 2023-01-18 - Update `dprint@latest` to 0.34.4. - Update `cargo-binstall@latest` to 0.19.3. ## [2.3.0] - 2023-01-16 - Update `cargo-binstall@latest` to 0.19.2. - Use `cargo-binstall` batching mode (#54) ## [2.2.3] - 2023-01-16 - Update `cargo-llvm-cov@latest` to 0.5.9. ## [2.2.2] - 2023-01-15 - Update `cargo-llvm-cov@latest` to 0.5.8. - Update `cargo-nextest@latest` to 0.9.49. ## [2.2.1] - 2023-01-12 - Update `cargo-binstall@latest` to 0.19.1. - Support `cargo-binstall` on AArch64 Windows. ## [2.2.0] - 2023-01-11 - Update `cargo-llvm-cov@latest` to 0.5.7. - Update `cargo-deny@latest` to 0.13.7. - Update `parse-changelog@latest` to 0.5.3. - Update `cargo-minimal-versions@latest` to 0.1.10. - Update `cargo-hack@latest` to 0.5.26. - Support `cargo-no-dev-deps`. ## [2.1.4] - 2023-01-10 - Update `cargo-llvm-cov@latest` to 0.5.5. ## [2.1.3] - 2023-01-09 - Update `cargo-llvm-cov@latest` to 0.5.4. ## [2.1.2] - 2023-01-05 - Diagnostic improvements. ## [2.1.1] - 2023-01-05 - Emit warning if tool is not specified. If you encounter this warning, it may be due to a dependabot bug that handles `@` shorthand in wrong way. Previously, the handling of this case was platform-dependent and may or may not have resulted in an error. ## [2.1.0] - 2023-01-05 - Support `grcov`. ([#41](https://github.com/taiki-e/install-action/pull/41), thanks @thomcc) - Update `just@latest` to 1.11.0. ## [2.0.3] - 2023-01-03 - Update `cargo-nextest@latest` to 0.9.48. ## [2.0.2] - 2023-01-02 - Update `just@latest` to 1.10.0. ## [2.0.1] - 2022-12-25 - Update `cargo-hack@latest` to 0.5.25. - Update `cargo-minimal-versions@latest` to 0.1.9. ## [2.0.0] - 2022-12-25 This release implements a mechanism to automatically track the latest version of the tool on our end. ([#27](https://github.com/taiki-e/install-action/pull/27)) Hopefully, this will avoid situations such as "new version of the tool has been released, but the maintainer has not been aware of it for a number of months". This also makes it easier to add support for new tools. This release also includes the following improvements: - Verify SHA256 checksums for downloaded files in all tools installed from GH releases. ([#27](https://github.com/taiki-e/install-action/pull/27)) - Support omitting the patch/minor version in all tools installed from GH releases. ([#27](https://github.com/taiki-e/install-action/pull/27)) For example: ```yaml - uses: taiki-e/install-action@v2 with: tool: cargo-hack@0.5 ``` You can also omit the minor version if the major version of tool is 1 or greater. - Support `just`. ([#34](https://github.com/taiki-e/install-action/pull/34)) - Support `dprint`. ([#34](https://github.com/taiki-e/install-action/pull/34)) Note: This release is considered a breaking change because installing on versions not yet recognized by the action or on pre-release versions will no longer work with this release. (They were never officially supported, but they could work before.) Please submit an issue if you need these supports again. ## [1.17.3] - 2022-12-22 - Update `wasmtime@latest` to 4.0.0. ## [1.17.2] - 2022-12-17 - Update `mdbook@latest` to 0.4.25. ## [1.17.1] - 2022-12-15 - Update `mdbook@latest` to 0.4.23. - Support `mdbook` on Linux (musl). - Update `cargo-llvm-cov@latest` to 0.5.3. ## [1.17.0] - 2022-12-14 - Update `protoc@latest` to 3.21.12. - Support AArch64 self-hosted runners (Linux, macOS, Windows). - Improve support for Fedora/RHEL based containers/self-hosted runners. ## [1.16.0] - 2022-12-14 - Update `cargo-binstall@latest` to 0.18.1. ([#32](https://github.com/taiki-e/install-action/pull/32), thanks @NobodyXu) - If the host environment lacks packages required for installation, such as `curl` or `tar`, install them if possible. It is mainly intended to make the use of this action easy on containers or self-hosted runners, and currently supports Debian-based distributions (including Ubuntu) and Alpine. The system's package manager is used for these installations. However, `bash`, which is an execution requirement of the action itself, and `cargo`, which is usually preferred for installation by rustup rather than the system's package manager, are *not* covered by these installations. See also the [compatibility note in readme](https://github.com/taiki-e/install-action#compatibility). ## [1.15.5] - 2022-12-13 - Update `shellcheck@latest` to 0.9.0. ## [1.15.4] - 2022-12-12 - Update `shfmt@latest` to 3.6.0. - Update `cargo-binstall@latest` to 0.18.0. - Support installing `cargo-binstall` on linux with custom host targets such as x86_64-alpine-linux-musl. ## [1.15.3] - 2022-12-11 - Fix bug regarding musl host detection. ([#29](https://github.com/taiki-e/install-action/issues/29)) ## [1.15.2] - 2022-12-10 - Update `mdbook-linkcheck@latest` to 0.7.7. - Update `protoc@latest` to 3.21.11. ## [1.15.1] - 2022-12-03 - Update `wasmtime@latest` to 3.0.1. - Update `protoc@latest` to 3.21.10. - Update `cargo-hack@latest` to 0.5.24. ## [1.15.0] - 2022-11-29 - Support `cargo-deny`. - Update `mdbook@latest` to 0.4.22. ## [1.14.7] - 2022-11-27 - Update `cargo-llvm-cov@latest` to 0.5.2. ## [1.14.6] - 2022-11-27 - Update `cargo-hack@latest` to 0.5.23. - Update `cargo-llvm-cov@latest` to 0.5.1. - Update `cargo-minimal-versions@latest` to 0.1.8. ## [1.14.5] - 2022-11-27 - Update `wasmtime@latest` to 3.0.0. - Update `cargo-binstall@latest` to 0.17.0. ## [1.14.4] - 2022-11-04 - Update `cargo-udeps@latest` to 0.1.35. ## [1.14.3] - 2022-10-28 - Update `wasmtime@latest` to 2.0.1. - Update `protoc@latest` to 3.21.9. ## [1.14.2] - 2022-10-25 - Update `cargo-hack@latest` to 0.5.22. - Update `cargo-minimal-versions@latest` to 0.1.7. - Update `parse-changelog@latest` to 0.5.2. ## [1.14.1] - 2022-10-21 - Update `wasmtime@latest` to 2.0.0. - Update `protoc@latest` to 3.21.8. ## [1.14.0] - 2022-10-18 - Update `protoc@latest` to 3.21.7. - Update `cargo-binstall@latest` to 0.16.0. ([#28](https://github.com/taiki-e/install-action/pull/28), thanks @NobodyXu) - Reject semver operators in version. This was not supported even before, but was accidentally accepted in the `cargo-binstall` fallback. ([#26](https://github.com/taiki-e/install-action/pull/26), thanks @NobodyXu) ## [1.13.9] - 2022-09-28 - Update `cargo-binstall@latest` to 0.14.0. ([#24](https://github.com/taiki-e/install-action/pull/24), thanks @coltfred) ## [1.13.8] - 2022-09-26 - Update `cargo-hack@latest` to 0.5.21. ## [1.13.7] - 2022-09-25 - Work around cargo-binstall upgrade issue on Windows. ([#23](https://github.com/taiki-e/install-action/pull/23)) - Ensure that the latest cargo-binstall is used. ([#22](https://github.com/taiki-e/install-action/pull/22), thanks @NobodyXu) ## [1.13.6] - 2022-09-25 - Update `cargo-binstall@latest` to 0.13.3. ## [1.13.5] - 2022-09-24 - Update `cargo-hack@latest` to 0.5.20. - Downgrade `cargo-binstall@latest` to 0.13.1 to avoid [upstream bug](https://github.com/cargo-bins/cargo-binstall/issues/416). ## [1.13.4] - 2022-09-22 - Update `cargo-hack@latest` to 0.5.19. ## [1.13.3] - 2022-09-20 - Update `wasmtime@latest` to 1.0.0. ## [1.13.2] - 2022-09-16 - Update `cargo-udeps@latest` to 0.1.33. ## [1.13.1] - 2022-09-15 - Update `protoc@latest` to 3.21.6. ## [1.13.0] - 2022-09-10 - Avoid using sudo on `protoc` installation. ## [1.12.4] - 2022-09-10 - Update `cargo-llvm-cov@latest` to 0.5.0. ## [1.12.3] - 2022-09-08 - Update `parse-changelog@latest` to 0.5.1. ## [1.12.2] - 2022-09-04 - Update `cargo-hack@latest` to 0.5.18. ## [1.12.1] - 2022-09-01 - Update `wasmtime@latest` to 0.40.1. ## [1.12.0] - 2022-08-28 - Support `cargo-valgrind`. ([#20](https://github.com/taiki-e/install-action/pull/20), thanks @messense) ## [1.11.2] - 2022-08-23 - Update `wasmtime@latest` to 0.40.0. - Update `cargo-udeps@latest` to 0.1.32. - Update `protoc@latest` to 3.21.5. ## [1.11.1] - 2022-08-13 - Make installation that uses `cargo-binstall` robust. ([#19](https://github.com/taiki-e/install-action/pull/19), thanks @NobodyXu) ## [1.11.0] - 2022-08-13 - Update `cargo-hack@latest` to 0.5.17. - Support `cargo-udeps`. ([#17](https://github.com/taiki-e/install-action/pull/17), thanks @gifnksm) ## [1.10.4] - 2022-08-06 - Update `cargo-llvm-cov@latest` to 0.4.14. ## [1.10.3] - 2022-08-01 - Support `wasm-pack` on Windows. - Support specifying the version of `wasm-pack`. ## [1.10.2] - 2022-08-01 - Support `protoc` on Windows. ## [1.10.1] - 2022-08-01 - Fix missing include files when installing `protoc` on Linux and macOS. - Installation of `protoc` on Windows is not currently working (in all released versions) and is considered unsupported. ## [1.10.0] - 2022-08-01 - Set the `PROTOC` environment variable when installing `protoc` if it has not already been set. ## [1.9.0] - 2022-08-01 - Support `protoc`. - Support `shellcheck` on Windows. - Support `shfmt` on Windows. ## [1.8.4] - 2022-08-01 - Update `cargo-llvm-cov@latest` to 0.4.13. ## [1.8.3] - 2022-07-30 - Support `taiki-e/install-action@mdbook-linkcheck` shorthand for mdbook-linkcheck. ## [1.8.2] - 2022-07-30 - Update `cargo-hack@latest` to 0.5.16. - Update `cargo-llvm-cov@latest` to 0.4.12. ## [1.8.1] - 2022-07-26 - Fix `cargo-binstall` installation failure. ## [1.8.0] - 2022-07-26 - Only use musl binaries for nextest if glibc isn't available. See [#13](https://github.com/taiki-e/install-action/issues/13) for more. - Fix `cargo-binstall` installation failure. ([#16](https://github.com/taiki-e/install-action/pull/16), thanks @CAD97) - Accept `cargo-nextest` as an alias for `nextest`. ([#15](https://github.com/taiki-e/install-action/pull/15), thanks @CAD97) ## [1.7.0] - 2022-07-25 - Install Rust-related binaries to `/usr/local/bin` when `$CARGO_HOME/bin` and `$HOME/.cargo/bin` is not available. ## [1.6.1] - 2022-07-25 - Fix diagnostics. ## [1.6.0] - 2022-07-25 - Support `mdbook-linkcheck`. - Support `mdbook` on Windows. - Support `wasmtime` on Windows. - Support `nextest` on Linux (musl). - Fix installation failure when `$CARGO_HOME/bin` and `$HOME/.cargo/bin` is not available. ## [1.5.11] - 2022-07-25 - Fix `cargo-binstall` installation on macOS and Windows. ## [1.5.10] - 2022-07-24 - Update `parse-changelog@latest` to 0.5.0. ## [1.5.9] - 2022-07-22 - Update `wasmtime@latest` to 0.39.1. - Update `mdbook@latest` to 0.4.21. ## [1.5.8] - 2022-07-21 - Update `wasmtime@latest` to 0.39.0. ## [1.5.7] - 2022-07-20 - Update `cargo-llvm-cov@latest` to 0.4.11. ## [1.5.6] - 2022-07-18 - Update `cargo-llvm-cov@latest` to 0.4.10. ## [1.5.5] - 2022-07-18 - Update `cargo-hack@latest` to 0.5.15. ## [1.5.4] - 2022-07-16 - Update `mdbook@latest` to 0.4.20. - Update `cross@latest` to 0.2.4. - Update `cargo-minimal-versions@latest` to 0.1.5. - Update `parse-changelog@latest` to 0.4.9. ## [1.5.3] - 2022-07-07 - Update `cargo-llvm-cov@latest` to 0.4.9. ## [1.5.2] - 2022-07-02 - Update `cross@latest` to 0.2.2. ## [1.5.1] - 2022-07-02 - Update `mdbook@latest` to 0.4.19. ## [1.5.0] - 2022-06-28 - Enable secure mode for `cargo-binstall`. ([#9](https://github.com/taiki-e/install-action/pull/9), thanks @NobodyXu) - Update `wasmtime@latest` to 0.38.1. ## [1.4.2] - 2022-06-16 - Update `cargo-llvm-cov@latest` to 0.4.8. ## [1.4.1] - 2022-06-13 - Update `cargo-llvm-cov@latest` to 0.4.7. ## [1.4.0] - 2022-06-10 - Support `cargo-binstall`. ([#8](https://github.com/taiki-e/install-action/pull/8), thanks @NobodyXu) - Use `cargo-binstall` as a fallback if the unsupported package is specified. ([#8](https://github.com/taiki-e/install-action/pull/8), thanks @NobodyXu) - Update `shfmt@latest` to 3.5.1. ## [1.3.13] - 2022-06-02 - Update `cargo-hack@latest` to 0.5.14. - Update `cargo-llvm-cov@latest` to 0.4.5. - Update `cargo-minimal-versions@latest` to 0.1.4. - Update `parse-changelog@latest` to 0.4.8. ## [1.3.12] - 2022-05-30 - Update `cargo-llvm-cov@latest` to 0.4.4. ## [1.3.11] - 2022-05-29 - Update `cargo-llvm-cov@latest` to 0.4.3. ## [1.3.10] - 2022-05-24 - Update `cargo-llvm-cov@latest` to 0.4.1. ## [1.3.9] - 2022-05-21 - Update `wasmtime@latest` to 0.37.0. ## [1.3.8] - 2022-05-12 - Update `shfmt@latest` to 3.5.0. ## [1.3.7] - 2022-05-12 - Update `cargo-hack@latest` to 0.5.13. - Update `cargo-llvm-cov@latest` to 0.4.0. ## [1.3.6] - 2022-05-06 - Update `cargo-llvm-cov@latest` to 0.3.3. ## [1.3.5] - 2022-05-05 - Update `cargo-llvm-cov@latest` to 0.3.2. ## [1.3.4] - 2022-05-01 - Update `cargo-llvm-cov@latest` to 0.3.1. ## [1.3.3] - 2022-04-21 - Update `wasmtime@latest` to 0.36.0. ## [1.3.2] - 2022-04-16 - Update `mdbook@latest` to 0.4.18. - Update `wasmtime@latest` to 0.35.3. ## [1.3.1] - 2022-04-08 - Update `cargo-llvm-cov@latest` to 0.3.0. ## [1.3.0] - 2022-04-04 - Support `mdbook`. ([#4](https://github.com/taiki-e/install-action/pull/4), thanks @thomcc) ## [1.2.2] - 2022-03-18 - Support specifying the version of `nextest`. ([#3](https://github.com/taiki-e/install-action/pull/3), thanks @sunshowers) ## [1.2.1] - 2022-03-18 - Update `cargo-llvm-cov@latest` to 0.2.4. ## [1.2.0] - 2022-03-18 - Support `nextest`. ## [1.1.9] - 2022-03-10 - Update `wasmtime@latest` to 0.35.1. ## [1.1.8] - 2022-03-05 - Update `cargo-llvm-cov@latest` to 0.2.3. ## [1.1.7] - 2022-03-02 - Update `cargo-llvm-cov@latest` to 0.2.2. ## [1.1.6] - 2022-02-20 - 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. ## [1.1.4] - 2022-02-06 - Update `cargo-llvm-cov@latest` to 0.2.0. ## [1.1.3] - 2022-02-06 - Update `cargo-minimal-versions@latest` to 0.1.3. ## [1.1.2] - 2022-01-21 - Update `cargo-hack@latest` to 0.5.12. - Update `cargo-llvm-cov@latest` to 0.1.16. - Update `cargo-minimal-versions@latest` to 0.1.2. - Update `parse-changelog@latest` to 0.4.7. ## [1.1.1] - 2022-01-21 - Update `cargo-hack@latest` to 0.5.11. ## [1.1.0] - 2022-01-09 - Support `valgrind`, `wasm-pack`, and `wasmtime`. ## [1.0.3] - 2022-01-06 - Update `cargo-llvm-cov@latest` to 0.1.15. ## [1.0.2] - 2022-01-05 - Update `cargo-minimal-versions@latest` to 0.1.1. ## [1.0.1] - 2022-01-05 - Fix error in cases where the release has been created but the binary has not yet been uploaded. ## [1.0.0] - 2021-12-30 Initial release [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.71.1...HEAD [2.71.1]: https://github.com/taiki-e/install-action/compare/v2.71.0...v2.71.1 [2.71.0]: https://github.com/taiki-e/install-action/compare/v2.70.4...v2.71.0 [2.70.4]: https://github.com/taiki-e/install-action/compare/v2.70.3...v2.70.4 [2.70.3]: https://github.com/taiki-e/install-action/compare/v2.70.2...v2.70.3 [2.70.2]: https://github.com/taiki-e/install-action/compare/v2.70.1...v2.70.2 [2.70.1]: https://github.com/taiki-e/install-action/compare/v2.70.0...v2.70.1 [2.70.0]: https://github.com/taiki-e/install-action/compare/v2.69.14...v2.70.0 [2.69.14]: https://github.com/taiki-e/install-action/compare/v2.69.13...v2.69.14 [2.69.13]: https://github.com/taiki-e/install-action/compare/v2.69.12...v2.69.13 [2.69.12]: https://github.com/taiki-e/install-action/compare/v2.69.11...v2.69.12 [2.69.11]: https://github.com/taiki-e/install-action/compare/v2.69.10...v2.69.11 [2.69.10]: https://github.com/taiki-e/install-action/compare/v2.69.9...v2.69.10 [2.69.9]: https://github.com/taiki-e/install-action/compare/v2.69.8...v2.69.9 [2.69.8]: https://github.com/taiki-e/install-action/compare/v2.69.7...v2.69.8 [2.69.7]: https://github.com/taiki-e/install-action/compare/v2.69.6...v2.69.7 [2.69.6]: https://github.com/taiki-e/install-action/compare/v2.69.5...v2.69.6 [2.69.5]: https://github.com/taiki-e/install-action/compare/v2.69.4...v2.69.5 [2.69.4]: https://github.com/taiki-e/install-action/compare/v2.69.3...v2.69.4 [2.69.3]: https://github.com/taiki-e/install-action/compare/v2.69.2...v2.69.3 [2.69.2]: https://github.com/taiki-e/install-action/compare/v2.69.1...v2.69.2 [2.69.1]: https://github.com/taiki-e/install-action/compare/v2.69.0...v2.69.1 [2.69.0]: https://github.com/taiki-e/install-action/compare/v2.68.36...v2.69.0 [2.68.36]: https://github.com/taiki-e/install-action/compare/v2.68.35...v2.68.36 [2.68.35]: https://github.com/taiki-e/install-action/compare/v2.68.34...v2.68.35 [2.68.34]: https://github.com/taiki-e/install-action/compare/v2.68.33...v2.68.34 [2.68.33]: https://github.com/taiki-e/install-action/compare/v2.68.32...v2.68.33 [2.68.32]: https://github.com/taiki-e/install-action/compare/v2.68.31...v2.68.32 [2.68.31]: https://github.com/taiki-e/install-action/compare/v2.68.30...v2.68.31 [2.68.30]: https://github.com/taiki-e/install-action/compare/v2.68.29...v2.68.30 [2.68.29]: https://github.com/taiki-e/install-action/compare/v2.68.28...v2.68.29 [2.68.28]: https://github.com/taiki-e/install-action/compare/v2.68.27...v2.68.28 [2.68.27]: https://github.com/taiki-e/install-action/compare/v2.68.26...v2.68.27 [2.68.26]: https://github.com/taiki-e/install-action/compare/v2.68.25...v2.68.26 [2.68.25]: https://github.com/taiki-e/install-action/compare/v2.68.24...v2.68.25 [2.68.24]: https://github.com/taiki-e/install-action/compare/v2.68.23...v2.68.24 [2.68.23]: https://github.com/taiki-e/install-action/compare/v2.68.22...v2.68.23 [2.68.22]: https://github.com/taiki-e/install-action/compare/v2.68.21...v2.68.22 [2.68.21]: https://github.com/taiki-e/install-action/compare/v2.68.20...v2.68.21 [2.68.20]: https://github.com/taiki-e/install-action/compare/v2.68.19...v2.68.20 [2.68.19]: https://github.com/taiki-e/install-action/compare/v2.68.18...v2.68.19 [2.68.18]: https://github.com/taiki-e/install-action/compare/v2.68.17...v2.68.18 [2.68.17]: https://github.com/taiki-e/install-action/compare/v2.68.16...v2.68.17 [2.68.16]: https://github.com/taiki-e/install-action/compare/v2.68.15...v2.68.16 [2.68.15]: https://github.com/taiki-e/install-action/compare/v2.68.14...v2.68.15 [2.68.14]: https://github.com/taiki-e/install-action/compare/v2.68.13...v2.68.14 [2.68.13]: https://github.com/taiki-e/install-action/compare/v2.68.12...v2.68.13 [2.68.12]: https://github.com/taiki-e/install-action/compare/v2.68.11...v2.68.12 [2.68.11]: https://github.com/taiki-e/install-action/compare/v2.68.10...v2.68.11 [2.68.10]: https://github.com/taiki-e/install-action/compare/v2.68.9...v2.68.10 [2.68.9]: https://github.com/taiki-e/install-action/compare/v2.68.8...v2.68.9 [2.68.8]: https://github.com/taiki-e/install-action/compare/v2.68.7...v2.68.8 [2.68.7]: https://github.com/taiki-e/install-action/compare/v2.68.6...v2.68.7 [2.68.6]: https://github.com/taiki-e/install-action/compare/v2.68.5...v2.68.6 [2.68.5]: https://github.com/taiki-e/install-action/compare/v2.68.4...v2.68.5 [2.68.4]: https://github.com/taiki-e/install-action/compare/v2.68.3...v2.68.4 [2.68.3]: https://github.com/taiki-e/install-action/compare/v2.68.2...v2.68.3 [2.68.2]: https://github.com/taiki-e/install-action/compare/v2.68.1...v2.68.2 [2.68.1]: https://github.com/taiki-e/install-action/compare/v2.68.0...v2.68.1 [2.68.0]: https://github.com/taiki-e/install-action/compare/v2.67.30...v2.68.0 [2.67.30]: https://github.com/taiki-e/install-action/compare/v2.67.29...v2.67.30 [2.67.29]: https://github.com/taiki-e/install-action/compare/v2.67.28...v2.67.29 [2.67.28]: https://github.com/taiki-e/install-action/compare/v2.67.27...v2.67.28 [2.67.27]: https://github.com/taiki-e/install-action/compare/v2.67.26...v2.67.27 [2.67.26]: https://github.com/taiki-e/install-action/compare/v2.67.25...v2.67.26 [2.67.25]: https://github.com/taiki-e/install-action/compare/v2.67.24...v2.67.25 [2.67.24]: https://github.com/taiki-e/install-action/compare/v2.67.23...v2.67.24 [2.67.23]: https://github.com/taiki-e/install-action/compare/v2.67.22...v2.67.23 [2.67.22]: https://github.com/taiki-e/install-action/compare/v2.67.21...v2.67.22 [2.67.21]: https://github.com/taiki-e/install-action/compare/v2.67.20...v2.67.21 [2.67.20]: https://github.com/taiki-e/install-action/compare/v2.67.19...v2.67.20 [2.67.19]: https://github.com/taiki-e/install-action/compare/v2.67.18...v2.67.19 [2.67.18]: https://github.com/taiki-e/install-action/compare/v2.67.17...v2.67.18 [2.67.17]: https://github.com/taiki-e/install-action/compare/v2.67.16...v2.67.17 [2.67.16]: https://github.com/taiki-e/install-action/compare/v2.67.15...v2.67.16 [2.67.15]: https://github.com/taiki-e/install-action/compare/v2.67.14...v2.67.15 [2.67.14]: https://github.com/taiki-e/install-action/compare/v2.67.13...v2.67.14 [2.67.13]: https://github.com/taiki-e/install-action/compare/v2.67.12...v2.67.13 [2.67.12]: https://github.com/taiki-e/install-action/compare/v2.67.11...v2.67.12 [2.67.11]: https://github.com/taiki-e/install-action/compare/v2.67.10...v2.67.11 [2.67.10]: https://github.com/taiki-e/install-action/compare/v2.67.9...v2.67.10 [2.67.9]: https://github.com/taiki-e/install-action/compare/v2.67.8...v2.67.9 [2.67.8]: https://github.com/taiki-e/install-action/compare/v2.67.7...v2.67.8 [2.67.7]: https://github.com/taiki-e/install-action/compare/v2.67.6...v2.67.7 [2.67.6]: https://github.com/taiki-e/install-action/compare/v2.67.5...v2.67.6 [2.67.5]: https://github.com/taiki-e/install-action/compare/v2.67.4...v2.67.5 [2.67.4]: https://github.com/taiki-e/install-action/compare/v2.67.3...v2.67.4 [2.67.3]: https://github.com/taiki-e/install-action/compare/v2.67.2...v2.67.3 [2.67.2]: https://github.com/taiki-e/install-action/compare/v2.67.1...v2.67.2 [2.67.1]: https://github.com/taiki-e/install-action/compare/v2.67.0...v2.67.1 [2.67.0]: https://github.com/taiki-e/install-action/compare/v2.66.7...v2.67.0 [2.66.7]: https://github.com/taiki-e/install-action/compare/v2.66.6...v2.66.7 [2.66.6]: https://github.com/taiki-e/install-action/compare/v2.66.5...v2.66.6 [2.66.5]: https://github.com/taiki-e/install-action/compare/v2.66.4...v2.66.5 [2.66.4]: https://github.com/taiki-e/install-action/compare/v2.66.3...v2.66.4 [2.66.3]: https://github.com/taiki-e/install-action/compare/v2.66.2...v2.66.3 [2.66.2]: https://github.com/taiki-e/install-action/compare/v2.66.1...v2.66.2 [2.66.1]: https://github.com/taiki-e/install-action/compare/v2.66.0...v2.66.1 [2.66.0]: https://github.com/taiki-e/install-action/compare/v2.65.16...v2.66.0 [2.65.16]: https://github.com/taiki-e/install-action/compare/v2.65.15...v2.65.16 [2.65.15]: https://github.com/taiki-e/install-action/compare/v2.65.14...v2.65.15 [2.65.14]: https://github.com/taiki-e/install-action/compare/v2.65.13...v2.65.14 [2.65.13]: https://github.com/taiki-e/install-action/compare/v2.65.12...v2.65.13 [2.65.12]: https://github.com/taiki-e/install-action/compare/v2.65.11...v2.65.12 [2.65.11]: https://github.com/taiki-e/install-action/compare/v2.65.10...v2.65.11 [2.65.10]: https://github.com/taiki-e/install-action/compare/v2.65.9...v2.65.10 [2.65.9]: https://github.com/taiki-e/install-action/compare/v2.65.8...v2.65.9 [2.65.8]: https://github.com/taiki-e/install-action/compare/v2.65.7...v2.65.8 [2.65.7]: https://github.com/taiki-e/install-action/compare/v2.65.6...v2.65.7 [2.65.6]: https://github.com/taiki-e/install-action/compare/v2.65.5...v2.65.6 [2.65.5]: https://github.com/taiki-e/install-action/compare/v2.65.4...v2.65.5 [2.65.4]: https://github.com/taiki-e/install-action/compare/v2.65.3...v2.65.4 [2.65.3]: https://github.com/taiki-e/install-action/compare/v2.65.2...v2.65.3 [2.65.2]: https://github.com/taiki-e/install-action/compare/v2.65.1...v2.65.2 [2.65.1]: https://github.com/taiki-e/install-action/compare/v2.65.0...v2.65.1 [2.65.0]: https://github.com/taiki-e/install-action/compare/v2.64.2...v2.65.0 [2.64.2]: https://github.com/taiki-e/install-action/compare/v2.64.1...v2.64.2 [2.64.1]: https://github.com/taiki-e/install-action/compare/v2.64.0...v2.64.1 [2.64.0]: https://github.com/taiki-e/install-action/compare/v2.63.3...v2.64.0 [2.63.3]: https://github.com/taiki-e/install-action/compare/v2.63.2...v2.63.3 [2.63.2]: https://github.com/taiki-e/install-action/compare/v2.63.1...v2.63.2 [2.63.1]: https://github.com/taiki-e/install-action/compare/v2.63.0...v2.63.1 [2.63.0]: https://github.com/taiki-e/install-action/compare/v2.62.67...v2.63.0 [2.62.67]: https://github.com/taiki-e/install-action/compare/v2.62.66...v2.62.67 [2.62.66]: https://github.com/taiki-e/install-action/compare/v2.62.65...v2.62.66 [2.62.65]: https://github.com/taiki-e/install-action/compare/v2.62.64...v2.62.65 [2.62.64]: https://github.com/taiki-e/install-action/compare/v2.62.63...v2.62.64 [2.62.63]: https://github.com/taiki-e/install-action/compare/v2.62.62...v2.62.63 [2.62.62]: https://github.com/taiki-e/install-action/compare/v2.62.61...v2.62.62 [2.62.61]: https://github.com/taiki-e/install-action/compare/v2.62.60...v2.62.61 [2.62.60]: https://github.com/taiki-e/install-action/compare/v2.62.59...v2.62.60 [2.62.59]: https://github.com/taiki-e/install-action/compare/v2.62.58...v2.62.59 [2.62.58]: https://github.com/taiki-e/install-action/compare/v2.62.57...v2.62.58 [2.62.57]: https://github.com/taiki-e/install-action/compare/v2.62.56...v2.62.57 [2.62.56]: https://github.com/taiki-e/install-action/compare/v2.62.55...v2.62.56 [2.62.55]: https://github.com/taiki-e/install-action/compare/v2.62.54...v2.62.55 [2.62.54]: https://github.com/taiki-e/install-action/compare/v2.62.53...v2.62.54 [2.62.53]: https://github.com/taiki-e/install-action/compare/v2.62.52...v2.62.53 [2.62.52]: https://github.com/taiki-e/install-action/compare/v2.62.51...v2.62.52 [2.62.51]: https://github.com/taiki-e/install-action/compare/v2.62.50...v2.62.51 [2.62.50]: https://github.com/taiki-e/install-action/compare/v2.62.49...v2.62.50 [2.62.49]: https://github.com/taiki-e/install-action/compare/v2.62.48...v2.62.49 [2.62.48]: https://github.com/taiki-e/install-action/compare/v2.62.47...v2.62.48 [2.62.47]: https://github.com/taiki-e/install-action/compare/v2.62.46...v2.62.47 [2.62.46]: https://github.com/taiki-e/install-action/compare/v2.62.45...v2.62.46 [2.62.45]: https://github.com/taiki-e/install-action/compare/v2.62.44...v2.62.45 [2.62.44]: https://github.com/taiki-e/install-action/compare/v2.62.43...v2.62.44 [2.62.43]: https://github.com/taiki-e/install-action/compare/v2.62.42...v2.62.43 [2.62.42]: https://github.com/taiki-e/install-action/compare/v2.62.41...v2.62.42 [2.62.41]: https://github.com/taiki-e/install-action/compare/v2.62.40...v2.62.41 [2.62.40]: https://github.com/taiki-e/install-action/compare/v2.62.39...v2.62.40 [2.62.39]: https://github.com/taiki-e/install-action/compare/v2.62.38...v2.62.39 [2.62.38]: https://github.com/taiki-e/install-action/compare/v2.62.37...v2.62.38 [2.62.37]: https://github.com/taiki-e/install-action/compare/v2.62.36...v2.62.37 [2.62.36]: https://github.com/taiki-e/install-action/compare/v2.62.35...v2.62.36 [2.62.35]: https://github.com/taiki-e/install-action/compare/v2.62.34...v2.62.35 [2.62.34]: https://github.com/taiki-e/install-action/compare/v2.62.33...v2.62.34 [2.62.33]: https://github.com/taiki-e/install-action/compare/v2.62.32...v2.62.33 [2.62.32]: https://github.com/taiki-e/install-action/compare/v2.62.31...v2.62.32 [2.62.31]: https://github.com/taiki-e/install-action/compare/v2.62.30...v2.62.31 [2.62.30]: https://github.com/taiki-e/install-action/compare/v2.62.29...v2.62.30 [2.62.29]: https://github.com/taiki-e/install-action/compare/v2.62.28...v2.62.29 [2.62.28]: https://github.com/taiki-e/install-action/compare/v2.62.27...v2.62.28 [2.62.27]: https://github.com/taiki-e/install-action/compare/v2.62.26...v2.62.27 [2.62.26]: https://github.com/taiki-e/install-action/compare/v2.62.25...v2.62.26 [2.62.25]: https://github.com/taiki-e/install-action/compare/v2.62.24...v2.62.25 [2.62.24]: https://github.com/taiki-e/install-action/compare/v2.62.23...v2.62.24 [2.62.23]: https://github.com/taiki-e/install-action/compare/v2.62.22...v2.62.23 [2.62.22]: https://github.com/taiki-e/install-action/compare/v2.62.21...v2.62.22 [2.62.21]: https://github.com/taiki-e/install-action/compare/v2.62.20...v2.62.21 [2.62.20]: https://github.com/taiki-e/install-action/compare/v2.62.19...v2.62.20 [2.62.19]: https://github.com/taiki-e/install-action/compare/v2.62.18...v2.62.19 [2.62.18]: https://github.com/taiki-e/install-action/compare/v2.62.17...v2.62.18 [2.62.17]: https://github.com/taiki-e/install-action/compare/v2.62.16...v2.62.17 [2.62.16]: https://github.com/taiki-e/install-action/compare/v2.62.15...v2.62.16 [2.62.15]: https://github.com/taiki-e/install-action/compare/v2.62.14...v2.62.15 [2.62.14]: https://github.com/taiki-e/install-action/compare/v2.62.13...v2.62.14 [2.62.13]: https://github.com/taiki-e/install-action/compare/v2.62.12...v2.62.13 [2.62.12]: https://github.com/taiki-e/install-action/compare/v2.62.11...v2.62.12 [2.62.11]: https://github.com/taiki-e/install-action/compare/v2.62.10...v2.62.11 [2.62.10]: https://github.com/taiki-e/install-action/compare/v2.62.9...v2.62.10 [2.62.9]: https://github.com/taiki-e/install-action/compare/v2.62.8...v2.62.9 [2.62.8]: https://github.com/taiki-e/install-action/compare/v2.62.7...v2.62.8 [2.62.7]: https://github.com/taiki-e/install-action/compare/v2.62.6...v2.62.7 [2.62.6]: https://github.com/taiki-e/install-action/compare/v2.62.5...v2.62.6 [2.62.5]: https://github.com/taiki-e/install-action/compare/v2.62.4...v2.62.5 [2.62.4]: https://github.com/taiki-e/install-action/compare/v2.62.3...v2.62.4 [2.62.3]: https://github.com/taiki-e/install-action/compare/v2.62.2...v2.62.3 [2.62.2]: https://github.com/taiki-e/install-action/compare/v2.62.1...v2.62.2 [2.62.1]: https://github.com/taiki-e/install-action/compare/v2.62.0...v2.62.1 [2.62.0]: https://github.com/taiki-e/install-action/compare/v2.61.13...v2.62.0 [2.61.13]: https://github.com/taiki-e/install-action/compare/v2.61.12...v2.61.13 [2.61.12]: https://github.com/taiki-e/install-action/compare/v2.61.11...v2.61.12 [2.61.11]: https://github.com/taiki-e/install-action/compare/v2.61.10...v2.61.11 [2.61.10]: https://github.com/taiki-e/install-action/compare/v2.61.9...v2.61.10 [2.61.9]: https://github.com/taiki-e/install-action/compare/v2.61.8...v2.61.9 [2.61.8]: https://github.com/taiki-e/install-action/compare/v2.61.7...v2.61.8 [2.61.7]: https://github.com/taiki-e/install-action/compare/v2.61.6...v2.61.7 [2.61.6]: https://github.com/taiki-e/install-action/compare/v2.61.5...v2.61.6 [2.61.5]: https://github.com/taiki-e/install-action/compare/v2.61.4...v2.61.5 [2.61.4]: https://github.com/taiki-e/install-action/compare/v2.61.3...v2.61.4 [2.61.3]: https://github.com/taiki-e/install-action/compare/v2.61.2...v2.61.3 [2.61.2]: https://github.com/taiki-e/install-action/compare/v2.61.1...v2.61.2 [2.61.1]: https://github.com/taiki-e/install-action/compare/v2.61.0...v2.61.1 [2.61.0]: https://github.com/taiki-e/install-action/compare/v2.60.0...v2.61.0 [2.60.0]: https://github.com/taiki-e/install-action/compare/v2.59.1...v2.60.0 [2.59.1]: https://github.com/taiki-e/install-action/compare/v2.59.0...v2.59.1 [2.59.0]: https://github.com/taiki-e/install-action/compare/v2.58.33...v2.59.0 [2.58.33]: https://github.com/taiki-e/install-action/compare/v2.58.32...v2.58.33 [2.58.32]: https://github.com/taiki-e/install-action/compare/v2.58.31...v2.58.32 [2.58.31]: https://github.com/taiki-e/install-action/compare/v2.58.30...v2.58.31 [2.58.30]: https://github.com/taiki-e/install-action/compare/v2.58.29...v2.58.30 [2.58.29]: https://github.com/taiki-e/install-action/compare/v2.58.28...v2.58.29 [2.58.28]: https://github.com/taiki-e/install-action/compare/v2.58.27...v2.58.28 [2.58.27]: https://github.com/taiki-e/install-action/compare/v2.58.26...v2.58.27 [2.58.26]: https://github.com/taiki-e/install-action/compare/v2.58.25...v2.58.26 [2.58.25]: https://github.com/taiki-e/install-action/compare/v2.58.24...v2.58.25 [2.58.24]: https://github.com/taiki-e/install-action/compare/v2.58.23...v2.58.24 [2.58.23]: https://github.com/taiki-e/install-action/compare/v2.58.22...v2.58.23 [2.58.22]: https://github.com/taiki-e/install-action/compare/v2.58.21...v2.58.22 [2.58.21]: https://github.com/taiki-e/install-action/compare/v2.58.20...v2.58.21 [2.58.20]: https://github.com/taiki-e/install-action/compare/v2.58.19...v2.58.20 [2.58.19]: https://github.com/taiki-e/install-action/compare/v2.58.18...v2.58.19 [2.58.18]: https://github.com/taiki-e/install-action/compare/v2.58.17...v2.58.18 [2.58.17]: https://github.com/taiki-e/install-action/compare/v2.58.16...v2.58.17 [2.58.16]: https://github.com/taiki-e/install-action/compare/v2.58.15...v2.58.16 [2.58.15]: https://github.com/taiki-e/install-action/compare/v2.58.14...v2.58.15 [2.58.14]: https://github.com/taiki-e/install-action/compare/v2.58.13...v2.58.14 [2.58.13]: https://github.com/taiki-e/install-action/compare/v2.58.12...v2.58.13 [2.58.12]: https://github.com/taiki-e/install-action/compare/v2.58.11...v2.58.12 [2.58.11]: https://github.com/taiki-e/install-action/compare/v2.58.10...v2.58.11 [2.58.10]: https://github.com/taiki-e/install-action/compare/v2.58.9...v2.58.10 [2.58.9]: https://github.com/taiki-e/install-action/compare/v2.58.8...v2.58.9 [2.58.8]: https://github.com/taiki-e/install-action/compare/v2.58.7...v2.58.8 [2.58.7]: https://github.com/taiki-e/install-action/compare/v2.58.6...v2.58.7 [2.58.6]: https://github.com/taiki-e/install-action/compare/v2.58.5...v2.58.6 [2.58.5]: https://github.com/taiki-e/install-action/compare/v2.58.4...v2.58.5 [2.58.4]: https://github.com/taiki-e/install-action/compare/v2.58.3...v2.58.4 [2.58.3]: https://github.com/taiki-e/install-action/compare/v2.58.2...v2.58.3 [2.58.2]: https://github.com/taiki-e/install-action/compare/v2.58.1...v2.58.2 [2.58.1]: https://github.com/taiki-e/install-action/compare/v2.58.0...v2.58.1 [2.58.0]: https://github.com/taiki-e/install-action/compare/v2.57.8...v2.58.0 [2.57.8]: https://github.com/taiki-e/install-action/compare/v2.57.7...v2.57.8 [2.57.7]: https://github.com/taiki-e/install-action/compare/v2.57.6...v2.57.7 [2.57.6]: https://github.com/taiki-e/install-action/compare/v2.57.5...v2.57.6 [2.57.5]: https://github.com/taiki-e/install-action/compare/v2.57.4...v2.57.5 [2.57.4]: https://github.com/taiki-e/install-action/compare/v2.57.3...v2.57.4 [2.57.3]: https://github.com/taiki-e/install-action/compare/v2.57.2...v2.57.3 [2.57.2]: https://github.com/taiki-e/install-action/compare/v2.57.1...v2.57.2 [2.57.1]: https://github.com/taiki-e/install-action/compare/v2.57.0...v2.57.1 [2.57.0]: https://github.com/taiki-e/install-action/compare/v2.56.24...v2.57.0 [2.56.24]: https://github.com/taiki-e/install-action/compare/v2.56.23...v2.56.24 [2.56.23]: https://github.com/taiki-e/install-action/compare/v2.56.22...v2.56.23 [2.56.22]: https://github.com/taiki-e/install-action/compare/v2.56.21...v2.56.22 [2.56.21]: https://github.com/taiki-e/install-action/compare/v2.56.20...v2.56.21 [2.56.20]: https://github.com/taiki-e/install-action/compare/v2.56.19...v2.56.20 [2.56.19]: https://github.com/taiki-e/install-action/compare/v2.56.18...v2.56.19 [2.56.18]: https://github.com/taiki-e/install-action/compare/v2.56.17...v2.56.18 [2.56.17]: https://github.com/taiki-e/install-action/compare/v2.56.16...v2.56.17 [2.56.16]: https://github.com/taiki-e/install-action/compare/v2.56.15...v2.56.16 [2.56.15]: https://github.com/taiki-e/install-action/compare/v2.56.14...v2.56.15 [2.56.14]: https://github.com/taiki-e/install-action/compare/v2.56.13...v2.56.14 [2.56.13]: https://github.com/taiki-e/install-action/compare/v2.56.12...v2.56.13 [2.56.12]: https://github.com/taiki-e/install-action/compare/v2.56.11...v2.56.12 [2.56.11]: https://github.com/taiki-e/install-action/compare/v2.56.10...v2.56.11 [2.56.10]: https://github.com/taiki-e/install-action/compare/v2.56.9...v2.56.10 [2.56.9]: https://github.com/taiki-e/install-action/compare/v2.56.8...v2.56.9 [2.56.8]: https://github.com/taiki-e/install-action/compare/v2.56.7...v2.56.8 [2.56.7]: https://github.com/taiki-e/install-action/compare/v2.56.6...v2.56.7 [2.56.6]: https://github.com/taiki-e/install-action/compare/v2.56.5...v2.56.6 [2.56.5]: https://github.com/taiki-e/install-action/compare/v2.56.4...v2.56.5 [2.56.4]: https://github.com/taiki-e/install-action/compare/v2.56.3...v2.56.4 [2.56.3]: https://github.com/taiki-e/install-action/compare/v2.56.2...v2.56.3 [2.56.2]: https://github.com/taiki-e/install-action/compare/v2.56.1...v2.56.2 [2.56.1]: https://github.com/taiki-e/install-action/compare/v2.56.0...v2.56.1 [2.56.0]: https://github.com/taiki-e/install-action/compare/v2.55.4...v2.56.0 [2.55.4]: https://github.com/taiki-e/install-action/compare/v2.55.3...v2.55.4 [2.55.3]: https://github.com/taiki-e/install-action/compare/v2.55.2...v2.55.3 [2.55.2]: https://github.com/taiki-e/install-action/compare/v2.55.1...v2.55.2 [2.55.1]: https://github.com/taiki-e/install-action/compare/v2.55.0...v2.55.1 [2.55.0]: https://github.com/taiki-e/install-action/compare/v2.54.3...v2.55.0 [2.54.3]: https://github.com/taiki-e/install-action/compare/v2.54.2...v2.54.3 [2.54.2]: https://github.com/taiki-e/install-action/compare/v2.54.1...v2.54.2 [2.54.1]: https://github.com/taiki-e/install-action/compare/v2.54.0...v2.54.1 [2.54.0]: https://github.com/taiki-e/install-action/compare/v2.53.2...v2.54.0 [2.53.2]: https://github.com/taiki-e/install-action/compare/v2.53.1...v2.53.2 [2.53.1]: https://github.com/taiki-e/install-action/compare/v2.53.0...v2.53.1 [2.53.0]: https://github.com/taiki-e/install-action/compare/v2.52.8...v2.53.0 [2.52.8]: https://github.com/taiki-e/install-action/compare/v2.52.7...v2.52.8 [2.52.7]: https://github.com/taiki-e/install-action/compare/v2.52.6...v2.52.7 [2.52.6]: https://github.com/taiki-e/install-action/compare/v2.52.5...v2.52.6 [2.52.5]: https://github.com/taiki-e/install-action/compare/v2.52.4...v2.52.5 [2.52.4]: https://github.com/taiki-e/install-action/compare/v2.52.3...v2.52.4 [2.52.3]: https://github.com/taiki-e/install-action/compare/v2.52.2...v2.52.3 [2.52.2]: https://github.com/taiki-e/install-action/compare/v2.52.1...v2.52.2 [2.52.1]: https://github.com/taiki-e/install-action/compare/v2.52.0...v2.52.1 [2.52.0]: https://github.com/taiki-e/install-action/compare/v2.51.3...v2.52.0 [2.51.3]: https://github.com/taiki-e/install-action/compare/v2.51.2...v2.51.3 [2.51.2]: https://github.com/taiki-e/install-action/compare/v2.51.1...v2.51.2 [2.51.1]: https://github.com/taiki-e/install-action/compare/v2.51.0...v2.51.1 [2.51.0]: https://github.com/taiki-e/install-action/compare/v2.50.10...v2.51.0 [2.50.10]: https://github.com/taiki-e/install-action/compare/v2.50.9...v2.50.10 [2.50.9]: https://github.com/taiki-e/install-action/compare/v2.50.8...v2.50.9 [2.50.8]: https://github.com/taiki-e/install-action/compare/v2.50.7...v2.50.8 [2.50.7]: https://github.com/taiki-e/install-action/compare/v2.50.6...v2.50.7 [2.50.6]: https://github.com/taiki-e/install-action/compare/v2.50.5...v2.50.6 [2.50.5]: https://github.com/taiki-e/install-action/compare/v2.50.4...v2.50.5 [2.50.4]: https://github.com/taiki-e/install-action/compare/v2.50.3...v2.50.4 [2.50.3]: https://github.com/taiki-e/install-action/compare/v2.50.2...v2.50.3 [2.50.2]: https://github.com/taiki-e/install-action/compare/v2.50.1...v2.50.2 [2.50.1]: https://github.com/taiki-e/install-action/compare/v2.50.0...v2.50.1 [2.50.0]: https://github.com/taiki-e/install-action/compare/v2.49.50...v2.50.0 [2.49.50]: https://github.com/taiki-e/install-action/compare/v2.49.49...v2.49.50 [2.49.49]: https://github.com/taiki-e/install-action/compare/v2.49.48...v2.49.49 [2.49.48]: https://github.com/taiki-e/install-action/compare/v2.49.47...v2.49.48 [2.49.47]: https://github.com/taiki-e/install-action/compare/v2.49.46...v2.49.47 [2.49.46]: https://github.com/taiki-e/install-action/compare/v2.49.45...v2.49.46 [2.49.45]: https://github.com/taiki-e/install-action/compare/v2.49.44...v2.49.45 [2.49.44]: https://github.com/taiki-e/install-action/compare/v2.49.43...v2.49.44 [2.49.43]: https://github.com/taiki-e/install-action/compare/v2.49.42...v2.49.43 [2.49.42]: https://github.com/taiki-e/install-action/compare/v2.49.41...v2.49.42 [2.49.41]: https://github.com/taiki-e/install-action/compare/v2.49.40...v2.49.41 [2.49.40]: https://github.com/taiki-e/install-action/compare/v2.49.39...v2.49.40 [2.49.39]: https://github.com/taiki-e/install-action/compare/v2.49.38...v2.49.39 [2.49.38]: https://github.com/taiki-e/install-action/compare/v2.49.37...v2.49.38 [2.49.37]: https://github.com/taiki-e/install-action/compare/v2.49.36...v2.49.37 [2.49.36]: https://github.com/taiki-e/install-action/compare/v2.49.35...v2.49.36 [2.49.35]: https://github.com/taiki-e/install-action/compare/v2.49.34...v2.49.35 [2.49.34]: https://github.com/taiki-e/install-action/compare/v2.49.33...v2.49.34 [2.49.33]: https://github.com/taiki-e/install-action/compare/v2.49.32...v2.49.33 [2.49.32]: https://github.com/taiki-e/install-action/compare/v2.49.31...v2.49.32 [2.49.31]: https://github.com/taiki-e/install-action/compare/v2.49.30...v2.49.31 [2.49.30]: https://github.com/taiki-e/install-action/compare/v2.49.29...v2.49.30 [2.49.29]: https://github.com/taiki-e/install-action/compare/v2.49.28...v2.49.29 [2.49.28]: https://github.com/taiki-e/install-action/compare/v2.49.27...v2.49.28 [2.49.27]: https://github.com/taiki-e/install-action/compare/v2.49.26...v2.49.27 [2.49.26]: https://github.com/taiki-e/install-action/compare/v2.49.25...v2.49.26 [2.49.25]: https://github.com/taiki-e/install-action/compare/v2.49.24...v2.49.25 [2.49.24]: https://github.com/taiki-e/install-action/compare/v2.49.23...v2.49.24 [2.49.23]: https://github.com/taiki-e/install-action/compare/v2.49.22...v2.49.23 [2.49.22]: https://github.com/taiki-e/install-action/compare/v2.49.21...v2.49.22 [2.49.21]: https://github.com/taiki-e/install-action/compare/v2.49.20...v2.49.21 [2.49.20]: https://github.com/taiki-e/install-action/compare/v2.49.19...v2.49.20 [2.49.19]: https://github.com/taiki-e/install-action/compare/v2.49.18...v2.49.19 [2.49.18]: https://github.com/taiki-e/install-action/compare/v2.49.17...v2.49.18 [2.49.17]: https://github.com/taiki-e/install-action/compare/v2.49.16...v2.49.17 [2.49.16]: https://github.com/taiki-e/install-action/compare/v2.49.15...v2.49.16 [2.49.15]: https://github.com/taiki-e/install-action/compare/v2.49.14...v2.49.15 [2.49.14]: https://github.com/taiki-e/install-action/compare/v2.49.13...v2.49.14 [2.49.13]: https://github.com/taiki-e/install-action/compare/v2.49.12...v2.49.13 [2.49.12]: https://github.com/taiki-e/install-action/compare/v2.49.11...v2.49.12 [2.49.11]: https://github.com/taiki-e/install-action/compare/v2.49.10...v2.49.11 [2.49.10]: https://github.com/taiki-e/install-action/compare/v2.49.9...v2.49.10 [2.49.9]: https://github.com/taiki-e/install-action/compare/v2.49.8...v2.49.9 [2.49.8]: https://github.com/taiki-e/install-action/compare/v2.49.7...v2.49.8 [2.49.7]: https://github.com/taiki-e/install-action/compare/v2.49.6...v2.49.7 [2.49.6]: https://github.com/taiki-e/install-action/compare/v2.49.5...v2.49.6 [2.49.5]: https://github.com/taiki-e/install-action/compare/v2.49.4...v2.49.5 [2.49.4]: https://github.com/taiki-e/install-action/compare/v2.49.3...v2.49.4 [2.49.3]: https://github.com/taiki-e/install-action/compare/v2.49.2...v2.49.3 [2.49.2]: https://github.com/taiki-e/install-action/compare/v2.49.1...v2.49.2 [2.49.1]: https://github.com/taiki-e/install-action/compare/v2.49.0...v2.49.1 [2.49.0]: https://github.com/taiki-e/install-action/compare/v2.48.22...v2.49.0 [2.48.22]: https://github.com/taiki-e/install-action/compare/v2.48.21...v2.48.22 [2.48.21]: https://github.com/taiki-e/install-action/compare/v2.48.20...v2.48.21 [2.48.20]: https://github.com/taiki-e/install-action/compare/v2.48.19...v2.48.20 [2.48.19]: https://github.com/taiki-e/install-action/compare/v2.48.18...v2.48.19 [2.48.18]: https://github.com/taiki-e/install-action/compare/v2.48.17...v2.48.18 [2.48.17]: https://github.com/taiki-e/install-action/compare/v2.48.16...v2.48.17 [2.48.16]: https://github.com/taiki-e/install-action/compare/v2.48.15...v2.48.16 [2.48.15]: https://github.com/taiki-e/install-action/compare/v2.48.14...v2.48.15 [2.48.14]: https://github.com/taiki-e/install-action/compare/v2.48.13...v2.48.14 [2.48.13]: https://github.com/taiki-e/install-action/compare/v2.48.12...v2.48.13 [2.48.12]: https://github.com/taiki-e/install-action/compare/v2.48.11...v2.48.12 [2.48.11]: https://github.com/taiki-e/install-action/compare/v2.48.10...v2.48.11 [2.48.10]: https://github.com/taiki-e/install-action/compare/v2.48.9...v2.48.10 [2.48.9]: https://github.com/taiki-e/install-action/compare/v2.48.8...v2.48.9 [2.48.8]: https://github.com/taiki-e/install-action/compare/v2.48.7...v2.48.8 [2.48.7]: https://github.com/taiki-e/install-action/compare/v2.48.6...v2.48.7 [2.48.6]: https://github.com/taiki-e/install-action/compare/v2.48.5...v2.48.6 [2.48.5]: https://github.com/taiki-e/install-action/compare/v2.48.4...v2.48.5 [2.48.4]: https://github.com/taiki-e/install-action/compare/v2.48.3...v2.48.4 [2.48.3]: https://github.com/taiki-e/install-action/compare/v2.48.2...v2.48.3 [2.48.2]: https://github.com/taiki-e/install-action/compare/v2.48.1...v2.48.2 [2.48.1]: https://github.com/taiki-e/install-action/compare/v2.48.0...v2.48.1 [2.48.0]: https://github.com/taiki-e/install-action/compare/v2.47.32...v2.48.0 [2.47.32]: https://github.com/taiki-e/install-action/compare/v2.47.31...v2.47.32 [2.47.31]: https://github.com/taiki-e/install-action/compare/v2.47.30...v2.47.31 [2.47.30]: https://github.com/taiki-e/install-action/compare/v2.47.29...v2.47.30 [2.47.29]: https://github.com/taiki-e/install-action/compare/v2.47.28...v2.47.29 [2.47.28]: https://github.com/taiki-e/install-action/compare/v2.47.27...v2.47.28 [2.47.27]: https://github.com/taiki-e/install-action/compare/v2.47.26...v2.47.27 [2.47.26]: https://github.com/taiki-e/install-action/compare/v2.47.25...v2.47.26 [2.47.25]: https://github.com/taiki-e/install-action/compare/v2.47.24...v2.47.25 [2.47.24]: https://github.com/taiki-e/install-action/compare/v2.47.23...v2.47.24 [2.47.23]: https://github.com/taiki-e/install-action/compare/v2.47.22...v2.47.23 [2.47.22]: https://github.com/taiki-e/install-action/compare/v2.47.21...v2.47.22 [2.47.21]: https://github.com/taiki-e/install-action/compare/v2.47.20...v2.47.21 [2.47.20]: https://github.com/taiki-e/install-action/compare/v2.47.19...v2.47.20 [2.47.19]: https://github.com/taiki-e/install-action/compare/v2.47.18...v2.47.19 [2.47.18]: https://github.com/taiki-e/install-action/compare/v2.47.17...v2.47.18 [2.47.17]: https://github.com/taiki-e/install-action/compare/v2.47.16...v2.47.17 [2.47.16]: https://github.com/taiki-e/install-action/compare/v2.47.15...v2.47.16 [2.47.15]: https://github.com/taiki-e/install-action/compare/v2.47.14...v2.47.15 [2.47.14]: https://github.com/taiki-e/install-action/compare/v2.47.13...v2.47.14 [2.47.13]: https://github.com/taiki-e/install-action/compare/v2.47.12...v2.47.13 [2.47.12]: https://github.com/taiki-e/install-action/compare/v2.47.11...v2.47.12 [2.47.11]: https://github.com/taiki-e/install-action/compare/v2.47.10...v2.47.11 [2.47.10]: https://github.com/taiki-e/install-action/compare/v2.47.9...v2.47.10 [2.47.9]: https://github.com/taiki-e/install-action/compare/v2.47.8...v2.47.9 [2.47.8]: https://github.com/taiki-e/install-action/compare/v2.47.7...v2.47.8 [2.47.7]: https://github.com/taiki-e/install-action/compare/v2.47.6...v2.47.7 [2.47.6]: https://github.com/taiki-e/install-action/compare/v2.47.5...v2.47.6 [2.47.5]: https://github.com/taiki-e/install-action/compare/v2.47.4...v2.47.5 [2.47.4]: https://github.com/taiki-e/install-action/compare/v2.47.3...v2.47.4 [2.47.3]: https://github.com/taiki-e/install-action/compare/v2.47.2...v2.47.3 [2.47.2]: https://github.com/taiki-e/install-action/compare/v2.47.1...v2.47.2 [2.47.1]: https://github.com/taiki-e/install-action/compare/v2.47.0...v2.47.1 [2.47.0]: https://github.com/taiki-e/install-action/compare/v2.46.20...v2.47.0 [2.46.20]: https://github.com/taiki-e/install-action/compare/v2.46.19...v2.46.20 [2.46.19]: https://github.com/taiki-e/install-action/compare/v2.46.18...v2.46.19 [2.46.18]: https://github.com/taiki-e/install-action/compare/v2.46.17...v2.46.18 [2.46.17]: https://github.com/taiki-e/install-action/compare/v2.46.16...v2.46.17 [2.46.16]: https://github.com/taiki-e/install-action/compare/v2.46.15...v2.46.16 [2.46.15]: https://github.com/taiki-e/install-action/compare/v2.46.14...v2.46.15 [2.46.14]: https://github.com/taiki-e/install-action/compare/v2.46.13...v2.46.14 [2.46.13]: https://github.com/taiki-e/install-action/compare/v2.46.12...v2.46.13 [2.46.12]: https://github.com/taiki-e/install-action/compare/v2.46.11...v2.46.12 [2.46.11]: https://github.com/taiki-e/install-action/compare/v2.46.10...v2.46.11 [2.46.10]: https://github.com/taiki-e/install-action/compare/v2.46.9...v2.46.10 [2.46.9]: https://github.com/taiki-e/install-action/compare/v2.46.8...v2.46.9 [2.46.8]: https://github.com/taiki-e/install-action/compare/v2.46.7...v2.46.8 [2.46.7]: https://github.com/taiki-e/install-action/compare/v2.46.6...v2.46.7 [2.46.6]: https://github.com/taiki-e/install-action/compare/v2.46.5...v2.46.6 [2.46.5]: https://github.com/taiki-e/install-action/compare/v2.46.4...v2.46.5 [2.46.4]: https://github.com/taiki-e/install-action/compare/v2.46.3...v2.46.4 [2.46.3]: https://github.com/taiki-e/install-action/compare/v2.46.2...v2.46.3 [2.46.2]: https://github.com/taiki-e/install-action/compare/v2.46.1...v2.46.2 [2.46.1]: https://github.com/taiki-e/install-action/compare/v2.46.0...v2.46.1 [2.46.0]: https://github.com/taiki-e/install-action/compare/v2.45.15...v2.46.0 [2.45.15]: https://github.com/taiki-e/install-action/compare/v2.45.14...v2.45.15 [2.45.14]: https://github.com/taiki-e/install-action/compare/v2.45.13...v2.45.14 [2.45.13]: https://github.com/taiki-e/install-action/compare/v2.45.12...v2.45.13 [2.45.12]: https://github.com/taiki-e/install-action/compare/v2.45.11...v2.45.12 [2.45.11]: https://github.com/taiki-e/install-action/compare/v2.45.10...v2.45.11 [2.45.10]: https://github.com/taiki-e/install-action/compare/v2.45.9...v2.45.10 [2.45.9]: https://github.com/taiki-e/install-action/compare/v2.45.8...v2.45.9 [2.45.8]: https://github.com/taiki-e/install-action/compare/v2.45.7...v2.45.8 [2.45.7]: https://github.com/taiki-e/install-action/compare/v2.45.6...v2.45.7 [2.45.6]: https://github.com/taiki-e/install-action/compare/v2.45.5...v2.45.6 [2.45.5]: https://github.com/taiki-e/install-action/compare/v2.45.4...v2.45.5 [2.45.4]: https://github.com/taiki-e/install-action/compare/v2.45.3...v2.45.4 [2.45.3]: https://github.com/taiki-e/install-action/compare/v2.45.2...v2.45.3 [2.45.2]: https://github.com/taiki-e/install-action/compare/v2.45.1...v2.45.2 [2.45.1]: https://github.com/taiki-e/install-action/compare/v2.45.0...v2.45.1 [2.45.0]: https://github.com/taiki-e/install-action/compare/v2.44.72...v2.45.0 [2.44.72]: https://github.com/taiki-e/install-action/compare/v2.44.71...v2.44.72 [2.44.71]: https://github.com/taiki-e/install-action/compare/v2.44.70...v2.44.71 [2.44.70]: https://github.com/taiki-e/install-action/compare/v2.44.69...v2.44.70 [2.44.69]: https://github.com/taiki-e/install-action/compare/v2.44.68...v2.44.69 [2.44.68]: https://github.com/taiki-e/install-action/compare/v2.44.67...v2.44.68 [2.44.67]: https://github.com/taiki-e/install-action/compare/v2.44.66...v2.44.67 [2.44.66]: https://github.com/taiki-e/install-action/compare/v2.44.65...v2.44.66 [2.44.65]: https://github.com/taiki-e/install-action/compare/v2.44.64...v2.44.65 [2.44.64]: https://github.com/taiki-e/install-action/compare/v2.44.63...v2.44.64 [2.44.63]: https://github.com/taiki-e/install-action/compare/v2.44.62...v2.44.63 [2.44.62]: https://github.com/taiki-e/install-action/compare/v2.44.61...v2.44.62 [2.44.61]: https://github.com/taiki-e/install-action/compare/v2.44.60...v2.44.61 [2.44.60]: https://github.com/taiki-e/install-action/compare/v2.44.59...v2.44.60 [2.44.59]: https://github.com/taiki-e/install-action/compare/v2.44.58...v2.44.59 [2.44.58]: https://github.com/taiki-e/install-action/compare/v2.44.57...v2.44.58 [2.44.57]: https://github.com/taiki-e/install-action/compare/v2.44.56...v2.44.57 [2.44.56]: https://github.com/taiki-e/install-action/compare/v2.44.55...v2.44.56 [2.44.55]: https://github.com/taiki-e/install-action/compare/v2.44.54...v2.44.55 [2.44.54]: https://github.com/taiki-e/install-action/compare/v2.44.53...v2.44.54 [2.44.53]: https://github.com/taiki-e/install-action/compare/v2.44.52...v2.44.53 [2.44.52]: https://github.com/taiki-e/install-action/compare/v2.44.51...v2.44.52 [2.44.51]: https://github.com/taiki-e/install-action/compare/v2.44.50...v2.44.51 [2.44.50]: https://github.com/taiki-e/install-action/compare/v2.44.49...v2.44.50 [2.44.49]: https://github.com/taiki-e/install-action/compare/v2.44.48...v2.44.49 [2.44.48]: https://github.com/taiki-e/install-action/compare/v2.44.47...v2.44.48 [2.44.47]: https://github.com/taiki-e/install-action/compare/v2.44.46...v2.44.47 [2.44.46]: https://github.com/taiki-e/install-action/compare/v2.44.45...v2.44.46 [2.44.45]: https://github.com/taiki-e/install-action/compare/v2.44.44...v2.44.45 [2.44.44]: https://github.com/taiki-e/install-action/compare/v2.44.43...v2.44.44 [2.44.43]: https://github.com/taiki-e/install-action/compare/v2.44.42...v2.44.43 [2.44.42]: https://github.com/taiki-e/install-action/compare/v2.44.41...v2.44.42 [2.44.41]: https://github.com/taiki-e/install-action/compare/v2.44.40...v2.44.41 [2.44.40]: https://github.com/taiki-e/install-action/compare/v2.44.39...v2.44.40 [2.44.39]: https://github.com/taiki-e/install-action/compare/v2.44.38...v2.44.39 [2.44.38]: https://github.com/taiki-e/install-action/compare/v2.44.37...v2.44.38 [2.44.37]: https://github.com/taiki-e/install-action/compare/v2.44.36...v2.44.37 [2.44.36]: https://github.com/taiki-e/install-action/compare/v2.44.35...v2.44.36 [2.44.35]: https://github.com/taiki-e/install-action/compare/v2.44.34...v2.44.35 [2.44.34]: https://github.com/taiki-e/install-action/compare/v2.44.33...v2.44.34 [2.44.33]: https://github.com/taiki-e/install-action/compare/v2.44.32...v2.44.33 [2.44.32]: https://github.com/taiki-e/install-action/compare/v2.44.31...v2.44.32 [2.44.31]: https://github.com/taiki-e/install-action/compare/v2.44.30...v2.44.31 [2.44.30]: https://github.com/taiki-e/install-action/compare/v2.44.29...v2.44.30 [2.44.29]: https://github.com/taiki-e/install-action/compare/v2.44.28...v2.44.29 [2.44.28]: https://github.com/taiki-e/install-action/compare/v2.44.27...v2.44.28 [2.44.27]: https://github.com/taiki-e/install-action/compare/v2.44.26...v2.44.27 [2.44.26]: https://github.com/taiki-e/install-action/compare/v2.44.25...v2.44.26 [2.44.25]: https://github.com/taiki-e/install-action/compare/v2.44.24...v2.44.25 [2.44.24]: https://github.com/taiki-e/install-action/compare/v2.44.23...v2.44.24 [2.44.23]: https://github.com/taiki-e/install-action/compare/v2.44.22...v2.44.23 [2.44.22]: https://github.com/taiki-e/install-action/compare/v2.44.21...v2.44.22 [2.44.21]: https://github.com/taiki-e/install-action/compare/v2.44.20...v2.44.21 [2.44.20]: https://github.com/taiki-e/install-action/compare/v2.44.19...v2.44.20 [2.44.19]: https://github.com/taiki-e/install-action/compare/v2.44.18...v2.44.19 [2.44.18]: https://github.com/taiki-e/install-action/compare/v2.44.17...v2.44.18 [2.44.17]: https://github.com/taiki-e/install-action/compare/v2.44.16...v2.44.17 [2.44.16]: https://github.com/taiki-e/install-action/compare/v2.44.15...v2.44.16 [2.44.15]: https://github.com/taiki-e/install-action/compare/v2.44.14...v2.44.15 [2.44.14]: https://github.com/taiki-e/install-action/compare/v2.44.13...v2.44.14 [2.44.13]: https://github.com/taiki-e/install-action/compare/v2.44.12...v2.44.13 [2.44.12]: https://github.com/taiki-e/install-action/compare/v2.44.11...v2.44.12 [2.44.11]: https://github.com/taiki-e/install-action/compare/v2.44.10...v2.44.11 [2.44.10]: https://github.com/taiki-e/install-action/compare/v2.44.9...v2.44.10 [2.44.9]: https://github.com/taiki-e/install-action/compare/v2.44.8...v2.44.9 [2.44.8]: https://github.com/taiki-e/install-action/compare/v2.44.7...v2.44.8 [2.44.7]: https://github.com/taiki-e/install-action/compare/v2.44.6...v2.44.7 [2.44.6]: https://github.com/taiki-e/install-action/compare/v2.44.5...v2.44.6 [2.44.5]: https://github.com/taiki-e/install-action/compare/v2.44.4...v2.44.5 [2.44.4]: https://github.com/taiki-e/install-action/compare/v2.44.3...v2.44.4 [2.44.3]: https://github.com/taiki-e/install-action/compare/v2.44.2...v2.44.3 [2.44.2]: https://github.com/taiki-e/install-action/compare/v2.44.1...v2.44.2 [2.44.1]: https://github.com/taiki-e/install-action/compare/v2.44.0...v2.44.1 [2.44.0]: https://github.com/taiki-e/install-action/compare/v2.43.7...v2.44.0 [2.43.7]: https://github.com/taiki-e/install-action/compare/v2.43.6...v2.43.7 [2.43.6]: https://github.com/taiki-e/install-action/compare/v2.43.5...v2.43.6 [2.43.5]: https://github.com/taiki-e/install-action/compare/v2.43.4...v2.43.5 [2.43.4]: https://github.com/taiki-e/install-action/compare/v2.43.3...v2.43.4 [2.43.3]: https://github.com/taiki-e/install-action/compare/v2.43.2...v2.43.3 [2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2 [2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1 [2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0 [2.42.42]: https://github.com/taiki-e/install-action/compare/v2.42.41...v2.42.42 [2.42.41]: https://github.com/taiki-e/install-action/compare/v2.42.40...v2.42.41 [2.42.40]: https://github.com/taiki-e/install-action/compare/v2.42.39...v2.42.40 [2.42.39]: https://github.com/taiki-e/install-action/compare/v2.42.38...v2.42.39 [2.42.38]: https://github.com/taiki-e/install-action/compare/v2.42.37...v2.42.38 [2.42.37]: https://github.com/taiki-e/install-action/compare/v2.42.36...v2.42.37 [2.42.36]: https://github.com/taiki-e/install-action/compare/v2.42.35...v2.42.36 [2.42.35]: https://github.com/taiki-e/install-action/compare/v2.42.34...v2.42.35 [2.42.34]: https://github.com/taiki-e/install-action/compare/v2.42.33...v2.42.34 [2.42.33]: https://github.com/taiki-e/install-action/compare/v2.42.32...v2.42.33 [2.42.32]: https://github.com/taiki-e/install-action/compare/v2.42.31...v2.42.32 [2.42.31]: https://github.com/taiki-e/install-action/compare/v2.42.30...v2.42.31 [2.42.30]: https://github.com/taiki-e/install-action/compare/v2.42.29...v2.42.30 [2.42.29]: https://github.com/taiki-e/install-action/compare/v2.42.28...v2.42.29 [2.42.28]: https://github.com/taiki-e/install-action/compare/v2.42.27...v2.42.28 [2.42.27]: https://github.com/taiki-e/install-action/compare/v2.42.26...v2.42.27 [2.42.26]: https://github.com/taiki-e/install-action/compare/v2.42.25...v2.42.26 [2.42.25]: https://github.com/taiki-e/install-action/compare/v2.42.24...v2.42.25 [2.42.24]: https://github.com/taiki-e/install-action/compare/v2.42.23...v2.42.24 [2.42.23]: https://github.com/taiki-e/install-action/compare/v2.42.22...v2.42.23 [2.42.22]: https://github.com/taiki-e/install-action/compare/v2.42.21...v2.42.22 [2.42.21]: https://github.com/taiki-e/install-action/compare/v2.42.20...v2.42.21 [2.42.20]: https://github.com/taiki-e/install-action/compare/v2.42.19...v2.42.20 [2.42.19]: https://github.com/taiki-e/install-action/compare/v2.42.18...v2.42.19 [2.42.18]: https://github.com/taiki-e/install-action/compare/v2.42.17...v2.42.18 [2.42.17]: https://github.com/taiki-e/install-action/compare/v2.42.16...v2.42.17 [2.42.16]: https://github.com/taiki-e/install-action/compare/v2.42.15...v2.42.16 [2.42.15]: https://github.com/taiki-e/install-action/compare/v2.42.14...v2.42.15 [2.42.14]: https://github.com/taiki-e/install-action/compare/v2.42.13...v2.42.14 [2.42.13]: https://github.com/taiki-e/install-action/compare/v2.42.12...v2.42.13 [2.42.12]: https://github.com/taiki-e/install-action/compare/v2.42.11...v2.42.12 [2.42.11]: https://github.com/taiki-e/install-action/compare/v2.42.10...v2.42.11 [2.42.10]: https://github.com/taiki-e/install-action/compare/v2.42.9...v2.42.10 [2.42.9]: https://github.com/taiki-e/install-action/compare/v2.42.8...v2.42.9 [2.42.8]: https://github.com/taiki-e/install-action/compare/v2.42.7...v2.42.8 [2.42.7]: https://github.com/taiki-e/install-action/compare/v2.42.6...v2.42.7 [2.42.6]: https://github.com/taiki-e/install-action/compare/v2.42.5...v2.42.6 [2.42.5]: https://github.com/taiki-e/install-action/compare/v2.42.4...v2.42.5 [2.42.4]: https://github.com/taiki-e/install-action/compare/v2.42.3...v2.42.4 [2.42.3]: https://github.com/taiki-e/install-action/compare/v2.42.2...v2.42.3 [2.42.2]: https://github.com/taiki-e/install-action/compare/v2.42.1...v2.42.2 [2.42.1]: https://github.com/taiki-e/install-action/compare/v2.42.0...v2.42.1 [2.42.0]: https://github.com/taiki-e/install-action/compare/v2.41.18...v2.42.0 [2.41.18]: https://github.com/taiki-e/install-action/compare/v2.41.17...v2.41.18 [2.41.17]: https://github.com/taiki-e/install-action/compare/v2.41.16...v2.41.17 [2.41.16]: https://github.com/taiki-e/install-action/compare/v2.41.15...v2.41.16 [2.41.15]: https://github.com/taiki-e/install-action/compare/v2.41.14...v2.41.15 [2.41.14]: https://github.com/taiki-e/install-action/compare/v2.41.13...v2.41.14 [2.41.13]: https://github.com/taiki-e/install-action/compare/v2.41.12...v2.41.13 [2.41.12]: https://github.com/taiki-e/install-action/compare/v2.41.11...v2.41.12 [2.41.11]: https://github.com/taiki-e/install-action/compare/v2.41.10...v2.41.11 [2.41.10]: https://github.com/taiki-e/install-action/compare/v2.41.9...v2.41.10 [2.41.9]: https://github.com/taiki-e/install-action/compare/v2.41.8...v2.41.9 [2.41.8]: https://github.com/taiki-e/install-action/compare/v2.41.7...v2.41.8 [2.41.7]: https://github.com/taiki-e/install-action/compare/v2.41.6...v2.41.7 [2.41.6]: https://github.com/taiki-e/install-action/compare/v2.41.5...v2.41.6 [2.41.5]: https://github.com/taiki-e/install-action/compare/v2.41.4...v2.41.5 [2.41.4]: https://github.com/taiki-e/install-action/compare/v2.41.3...v2.41.4 [2.41.3]: https://github.com/taiki-e/install-action/compare/v2.41.2...v2.41.3 [2.41.2]: https://github.com/taiki-e/install-action/compare/v2.41.1...v2.41.2 [2.41.1]: https://github.com/taiki-e/install-action/compare/v2.41.0...v2.41.1 [2.41.0]: https://github.com/taiki-e/install-action/compare/v2.40.2...v2.41.0 [2.40.2]: https://github.com/taiki-e/install-action/compare/v2.40.1...v2.40.2 [2.40.1]: https://github.com/taiki-e/install-action/compare/v2.40.0...v2.40.1 [2.40.0]: https://github.com/taiki-e/install-action/compare/v2.39.2...v2.40.0 [2.39.2]: https://github.com/taiki-e/install-action/compare/v2.39.1...v2.39.2 [2.39.1]: https://github.com/taiki-e/install-action/compare/v2.39.0...v2.39.1 [2.39.0]: https://github.com/taiki-e/install-action/compare/v2.38.7...v2.39.0 [2.38.7]: https://github.com/taiki-e/install-action/compare/v2.38.6...v2.38.7 [2.38.6]: https://github.com/taiki-e/install-action/compare/v2.38.5...v2.38.6 [2.38.5]: https://github.com/taiki-e/install-action/compare/v2.38.4...v2.38.5 [2.38.4]: https://github.com/taiki-e/install-action/compare/v2.38.3...v2.38.4 [2.38.3]: https://github.com/taiki-e/install-action/compare/v2.38.2...v2.38.3 [2.38.2]: https://github.com/taiki-e/install-action/compare/v2.38.1...v2.38.2 [2.38.1]: https://github.com/taiki-e/install-action/compare/v2.38.0...v2.38.1 [2.38.0]: https://github.com/taiki-e/install-action/compare/v2.37.0...v2.38.0 [2.37.0]: https://github.com/taiki-e/install-action/compare/v2.36.0...v2.37.0 [2.36.0]: https://github.com/taiki-e/install-action/compare/v2.35.0...v2.36.0 [2.35.0]: https://github.com/taiki-e/install-action/compare/v2.34.3...v2.35.0 [2.34.3]: https://github.com/taiki-e/install-action/compare/v2.34.2...v2.34.3 [2.34.2]: https://github.com/taiki-e/install-action/compare/v2.34.1...v2.34.2 [2.34.1]: https://github.com/taiki-e/install-action/compare/v2.34.0...v2.34.1 [2.34.0]: https://github.com/taiki-e/install-action/compare/v2.33.36...v2.34.0 [2.33.36]: https://github.com/taiki-e/install-action/compare/v2.33.35...v2.33.36 [2.33.35]: https://github.com/taiki-e/install-action/compare/v2.33.34...v2.33.35 [2.33.34]: https://github.com/taiki-e/install-action/compare/v2.33.33...v2.33.34 [2.33.33]: https://github.com/taiki-e/install-action/compare/v2.33.32...v2.33.33 [2.33.32]: https://github.com/taiki-e/install-action/compare/v2.33.31...v2.33.32 [2.33.31]: https://github.com/taiki-e/install-action/compare/v2.33.30...v2.33.31 [2.33.30]: https://github.com/taiki-e/install-action/compare/v2.33.29...v2.33.30 [2.33.29]: https://github.com/taiki-e/install-action/compare/v2.33.28...v2.33.29 [2.33.28]: https://github.com/taiki-e/install-action/compare/v2.33.27...v2.33.28 [2.33.27]: https://github.com/taiki-e/install-action/compare/v2.33.26...v2.33.27 [2.33.26]: https://github.com/taiki-e/install-action/compare/v2.33.25...v2.33.26 [2.33.25]: https://github.com/taiki-e/install-action/compare/v2.33.24...v2.33.25 [2.33.24]: https://github.com/taiki-e/install-action/compare/v2.33.23...v2.33.24 [2.33.23]: https://github.com/taiki-e/install-action/compare/v2.33.22...v2.33.23 [2.33.22]: https://github.com/taiki-e/install-action/compare/v2.33.21...v2.33.22 [2.33.21]: https://github.com/taiki-e/install-action/compare/v2.33.20...v2.33.21 [2.33.20]: https://github.com/taiki-e/install-action/compare/v2.33.19...v2.33.20 [2.33.19]: https://github.com/taiki-e/install-action/compare/v2.33.18...v2.33.19 [2.33.18]: https://github.com/taiki-e/install-action/compare/v2.33.17...v2.33.18 [2.33.17]: https://github.com/taiki-e/install-action/compare/v2.33.16...v2.33.17 [2.33.16]: https://github.com/taiki-e/install-action/compare/v2.33.15...v2.33.16 [2.33.15]: https://github.com/taiki-e/install-action/compare/v2.33.14...v2.33.15 [2.33.14]: https://github.com/taiki-e/install-action/compare/v2.33.13...v2.33.14 [2.33.13]: https://github.com/taiki-e/install-action/compare/v2.33.12...v2.33.13 [2.33.12]: https://github.com/taiki-e/install-action/compare/v2.33.11...v2.33.12 [2.33.11]: https://github.com/taiki-e/install-action/compare/v2.33.10...v2.33.11 [2.33.10]: https://github.com/taiki-e/install-action/compare/v2.33.9...v2.33.10 [2.33.9]: https://github.com/taiki-e/install-action/compare/v2.33.8...v2.33.9 [2.33.8]: https://github.com/taiki-e/install-action/compare/v2.33.7...v2.33.8 [2.33.7]: https://github.com/taiki-e/install-action/compare/v2.33.6...v2.33.7 [2.33.6]: https://github.com/taiki-e/install-action/compare/v2.33.5...v2.33.6 [2.33.5]: https://github.com/taiki-e/install-action/compare/v2.33.4...v2.33.5 [2.33.4]: https://github.com/taiki-e/install-action/compare/v2.33.3...v2.33.4 [2.33.3]: https://github.com/taiki-e/install-action/compare/v2.33.2...v2.33.3 [2.33.2]: https://github.com/taiki-e/install-action/compare/v2.33.1...v2.33.2 [2.33.1]: https://github.com/taiki-e/install-action/compare/v2.33.0...v2.33.1 [2.33.0]: https://github.com/taiki-e/install-action/compare/v2.32.20...v2.33.0 [2.32.20]: https://github.com/taiki-e/install-action/compare/v2.32.19...v2.32.20 [2.32.19]: https://github.com/taiki-e/install-action/compare/v2.32.18...v2.32.19 [2.32.18]: https://github.com/taiki-e/install-action/compare/v2.32.17...v2.32.18 [2.32.17]: https://github.com/taiki-e/install-action/compare/v2.32.16...v2.32.17 [2.32.16]: https://github.com/taiki-e/install-action/compare/v2.32.15...v2.32.16 [2.32.15]: https://github.com/taiki-e/install-action/compare/v2.32.14...v2.32.15 [2.32.14]: https://github.com/taiki-e/install-action/compare/v2.32.13...v2.32.14 [2.32.13]: https://github.com/taiki-e/install-action/compare/v2.32.12...v2.32.13 [2.32.12]: https://github.com/taiki-e/install-action/compare/v2.32.11...v2.32.12 [2.32.11]: https://github.com/taiki-e/install-action/compare/v2.32.10...v2.32.11 [2.32.10]: https://github.com/taiki-e/install-action/compare/v2.32.9...v2.32.10 [2.32.9]: https://github.com/taiki-e/install-action/compare/v2.32.8...v2.32.9 [2.32.8]: https://github.com/taiki-e/install-action/compare/v2.32.7...v2.32.8 [2.32.7]: https://github.com/taiki-e/install-action/compare/v2.32.6...v2.32.7 [2.32.6]: https://github.com/taiki-e/install-action/compare/v2.32.5...v2.32.6 [2.32.5]: https://github.com/taiki-e/install-action/compare/v2.32.4...v2.32.5 [2.32.4]: https://github.com/taiki-e/install-action/compare/v2.32.3...v2.32.4 [2.32.3]: https://github.com/taiki-e/install-action/compare/v2.32.2...v2.32.3 [2.32.2]: https://github.com/taiki-e/install-action/compare/v2.32.1...v2.32.2 [2.32.1]: https://github.com/taiki-e/install-action/compare/v2.32.0...v2.32.1 [2.32.0]: https://github.com/taiki-e/install-action/compare/v2.31.3...v2.32.0 [2.31.3]: https://github.com/taiki-e/install-action/compare/v2.31.2...v2.31.3 [2.31.2]: https://github.com/taiki-e/install-action/compare/v2.31.1...v2.31.2 [2.31.1]: https://github.com/taiki-e/install-action/compare/v2.31.0...v2.31.1 [2.31.0]: https://github.com/taiki-e/install-action/compare/v2.30.0...v2.31.0 [2.30.0]: https://github.com/taiki-e/install-action/compare/v2.29.8...v2.30.0 [2.29.8]: https://github.com/taiki-e/install-action/compare/v2.29.7...v2.29.8 [2.29.7]: https://github.com/taiki-e/install-action/compare/v2.29.6...v2.29.7 [2.29.6]: https://github.com/taiki-e/install-action/compare/v2.29.5...v2.29.6 [2.29.5]: https://github.com/taiki-e/install-action/compare/v2.29.4...v2.29.5 [2.29.4]: https://github.com/taiki-e/install-action/compare/v2.29.3...v2.29.4 [2.29.3]: https://github.com/taiki-e/install-action/compare/v2.29.2...v2.29.3 [2.29.2]: https://github.com/taiki-e/install-action/compare/v2.29.1...v2.29.2 [2.29.1]: https://github.com/taiki-e/install-action/compare/v2.29.0...v2.29.1 [2.29.0]: https://github.com/taiki-e/install-action/compare/v2.28.16...v2.29.0 [2.28.16]: https://github.com/taiki-e/install-action/compare/v2.28.15...v2.28.16 [2.28.15]: https://github.com/taiki-e/install-action/compare/v2.28.14...v2.28.15 [2.28.14]: https://github.com/taiki-e/install-action/compare/v2.28.13...v2.28.14 [2.28.13]: https://github.com/taiki-e/install-action/compare/v2.28.12...v2.28.13 [2.28.12]: https://github.com/taiki-e/install-action/compare/v2.28.11...v2.28.12 [2.28.11]: https://github.com/taiki-e/install-action/compare/v2.28.10...v2.28.11 [2.28.10]: https://github.com/taiki-e/install-action/compare/v2.28.9...v2.28.10 [2.28.9]: https://github.com/taiki-e/install-action/compare/v2.28.8...v2.28.9 [2.28.8]: https://github.com/taiki-e/install-action/compare/v2.28.7...v2.28.8 [2.28.7]: https://github.com/taiki-e/install-action/compare/v2.28.6...v2.28.7 [2.28.6]: https://github.com/taiki-e/install-action/compare/v2.28.5...v2.28.6 [2.28.5]: https://github.com/taiki-e/install-action/compare/v2.28.4...v2.28.5 [2.28.4]: https://github.com/taiki-e/install-action/compare/v2.28.3...v2.28.4 [2.28.3]: https://github.com/taiki-e/install-action/compare/v2.28.2...v2.28.3 [2.28.2]: https://github.com/taiki-e/install-action/compare/v2.28.1...v2.28.2 [2.28.1]: https://github.com/taiki-e/install-action/compare/v2.28.0...v2.28.1 [2.28.0]: https://github.com/taiki-e/install-action/compare/v2.27.15...v2.28.0 [2.27.15]: https://github.com/taiki-e/install-action/compare/v2.27.14...v2.27.15 [2.27.14]: https://github.com/taiki-e/install-action/compare/v2.27.13...v2.27.14 [2.27.13]: https://github.com/taiki-e/install-action/compare/v2.27.12...v2.27.13 [2.27.12]: https://github.com/taiki-e/install-action/compare/v2.27.11...v2.27.12 [2.27.11]: https://github.com/taiki-e/install-action/compare/v2.27.10...v2.27.11 [2.27.10]: https://github.com/taiki-e/install-action/compare/v2.27.9...v2.27.10 [2.27.9]: https://github.com/taiki-e/install-action/compare/v2.27.8...v2.27.9 [2.27.8]: https://github.com/taiki-e/install-action/compare/v2.27.7...v2.27.8 [2.27.7]: https://github.com/taiki-e/install-action/compare/v2.27.6...v2.27.7 [2.27.6]: https://github.com/taiki-e/install-action/compare/v2.27.5...v2.27.6 [2.27.5]: https://github.com/taiki-e/install-action/compare/v2.27.4...v2.27.5 [2.27.4]: https://github.com/taiki-e/install-action/compare/v2.27.3...v2.27.4 [2.27.3]: https://github.com/taiki-e/install-action/compare/v2.27.2...v2.27.3 [2.27.2]: https://github.com/taiki-e/install-action/compare/v2.27.1...v2.27.2 [2.27.1]: https://github.com/taiki-e/install-action/compare/v2.27.0...v2.27.1 [2.27.0]: https://github.com/taiki-e/install-action/compare/v2.26.20...v2.27.0 [2.26.20]: https://github.com/taiki-e/install-action/compare/v2.26.19...v2.26.20 [2.26.19]: https://github.com/taiki-e/install-action/compare/v2.26.18...v2.26.19 [2.26.18]: https://github.com/taiki-e/install-action/compare/v2.26.17...v2.26.18 [2.26.17]: https://github.com/taiki-e/install-action/compare/v2.26.16...v2.26.17 [2.26.16]: https://github.com/taiki-e/install-action/compare/v2.26.15...v2.26.16 [2.26.15]: https://github.com/taiki-e/install-action/compare/v2.26.14...v2.26.15 [2.26.14]: https://github.com/taiki-e/install-action/compare/v2.26.13...v2.26.14 [2.26.13]: https://github.com/taiki-e/install-action/compare/v2.26.12...v2.26.13 [2.26.12]: https://github.com/taiki-e/install-action/compare/v2.26.11...v2.26.12 [2.26.11]: https://github.com/taiki-e/install-action/compare/v2.26.10...v2.26.11 [2.26.10]: https://github.com/taiki-e/install-action/compare/v2.26.9...v2.26.10 [2.26.9]: https://github.com/taiki-e/install-action/compare/v2.26.8...v2.26.9 [2.26.8]: https://github.com/taiki-e/install-action/compare/v2.26.7...v2.26.8 [2.26.7]: https://github.com/taiki-e/install-action/compare/v2.26.6...v2.26.7 [2.26.6]: https://github.com/taiki-e/install-action/compare/v2.26.5...v2.26.6 [2.26.5]: https://github.com/taiki-e/install-action/compare/v2.26.4...v2.26.5 [2.26.4]: https://github.com/taiki-e/install-action/compare/v2.26.3...v2.26.4 [2.26.3]: https://github.com/taiki-e/install-action/compare/v2.26.2...v2.26.3 [2.26.2]: https://github.com/taiki-e/install-action/compare/v2.26.1...v2.26.2 [2.26.1]: https://github.com/taiki-e/install-action/compare/v2.26.0...v2.26.1 [2.26.0]: https://github.com/taiki-e/install-action/compare/v2.25.11...v2.26.0 [2.25.11]: https://github.com/taiki-e/install-action/compare/v2.25.10...v2.25.11 [2.25.10]: https://github.com/taiki-e/install-action/compare/v2.25.9...v2.25.10 [2.25.9]: https://github.com/taiki-e/install-action/compare/v2.25.8...v2.25.9 [2.25.8]: https://github.com/taiki-e/install-action/compare/v2.25.7...v2.25.8 [2.25.7]: https://github.com/taiki-e/install-action/compare/v2.25.6...v2.25.7 [2.25.6]: https://github.com/taiki-e/install-action/compare/v2.25.5...v2.25.6 [2.25.5]: https://github.com/taiki-e/install-action/compare/v2.25.4...v2.25.5 [2.25.4]: https://github.com/taiki-e/install-action/compare/v2.25.3...v2.25.4 [2.25.3]: https://github.com/taiki-e/install-action/compare/v2.25.2...v2.25.3 [2.25.2]: https://github.com/taiki-e/install-action/compare/v2.25.1...v2.25.2 [2.25.1]: https://github.com/taiki-e/install-action/compare/v2.25.0...v2.25.1 [2.25.0]: https://github.com/taiki-e/install-action/compare/v2.24.4...v2.25.0 [2.24.4]: https://github.com/taiki-e/install-action/compare/v2.24.3...v2.24.4 [2.24.3]: https://github.com/taiki-e/install-action/compare/v2.24.2...v2.24.3 [2.24.2]: https://github.com/taiki-e/install-action/compare/v2.24.1...v2.24.2 [2.24.1]: https://github.com/taiki-e/install-action/compare/v2.24.0...v2.24.1 [2.24.0]: https://github.com/taiki-e/install-action/compare/v2.23.9...v2.24.0 [2.23.9]: https://github.com/taiki-e/install-action/compare/v2.23.8...v2.23.9 [2.23.8]: https://github.com/taiki-e/install-action/compare/v2.23.7...v2.23.8 [2.23.7]: https://github.com/taiki-e/install-action/compare/v2.23.6...v2.23.7 [2.23.6]: https://github.com/taiki-e/install-action/compare/v2.23.5...v2.23.6 [2.23.5]: https://github.com/taiki-e/install-action/compare/v2.23.4...v2.23.5 [2.23.4]: https://github.com/taiki-e/install-action/compare/v2.23.3...v2.23.4 [2.23.3]: https://github.com/taiki-e/install-action/compare/v2.23.2...v2.23.3 [2.23.2]: https://github.com/taiki-e/install-action/compare/v2.23.1...v2.23.2 [2.23.1]: https://github.com/taiki-e/install-action/compare/v2.23.0...v2.23.1 [2.23.0]: https://github.com/taiki-e/install-action/compare/v2.22.10...v2.23.0 [2.22.10]: https://github.com/taiki-e/install-action/compare/v2.22.9...v2.22.10 [2.22.9]: https://github.com/taiki-e/install-action/compare/v2.22.8...v2.22.9 [2.22.8]: https://github.com/taiki-e/install-action/compare/v2.22.7...v2.22.8 [2.22.7]: https://github.com/taiki-e/install-action/compare/v2.22.6...v2.22.7 [2.22.6]: https://github.com/taiki-e/install-action/compare/v2.22.5...v2.22.6 [2.22.5]: https://github.com/taiki-e/install-action/compare/v2.22.4...v2.22.5 [2.22.4]: https://github.com/taiki-e/install-action/compare/v2.22.3...v2.22.4 [2.22.3]: https://github.com/taiki-e/install-action/compare/v2.22.2...v2.22.3 [2.22.2]: https://github.com/taiki-e/install-action/compare/v2.22.1...v2.22.2 [2.22.1]: https://github.com/taiki-e/install-action/compare/v2.22.0...v2.22.1 [2.22.0]: https://github.com/taiki-e/install-action/compare/v2.21.27...v2.22.0 [2.21.27]: https://github.com/taiki-e/install-action/compare/v2.21.26...v2.21.27 [2.21.26]: https://github.com/taiki-e/install-action/compare/v2.21.25...v2.21.26 [2.21.25]: https://github.com/taiki-e/install-action/compare/v2.21.24...v2.21.25 [2.21.24]: https://github.com/taiki-e/install-action/compare/v2.21.23...v2.21.24 [2.21.23]: https://github.com/taiki-e/install-action/compare/v2.21.22...v2.21.23 [2.21.22]: https://github.com/taiki-e/install-action/compare/v2.21.21...v2.21.22 [2.21.21]: https://github.com/taiki-e/install-action/compare/v2.21.20...v2.21.21 [2.21.20]: https://github.com/taiki-e/install-action/compare/v2.21.19...v2.21.20 [2.21.19]: https://github.com/taiki-e/install-action/compare/v2.21.18...v2.21.19 [2.21.18]: https://github.com/taiki-e/install-action/compare/v2.21.17...v2.21.18 [2.21.17]: https://github.com/taiki-e/install-action/compare/v2.21.16...v2.21.17 [2.21.16]: https://github.com/taiki-e/install-action/compare/v2.21.15...v2.21.16 [2.21.15]: https://github.com/taiki-e/install-action/compare/v2.21.14...v2.21.15 [2.21.14]: https://github.com/taiki-e/install-action/compare/v2.21.13...v2.21.14 [2.21.13]: https://github.com/taiki-e/install-action/compare/v2.21.12...v2.21.13 [2.21.12]: https://github.com/taiki-e/install-action/compare/v2.21.11...v2.21.12 [2.21.11]: https://github.com/taiki-e/install-action/compare/v2.21.10...v2.21.11 [2.21.10]: https://github.com/taiki-e/install-action/compare/v2.21.9...v2.21.10 [2.21.9]: https://github.com/taiki-e/install-action/compare/v2.21.8...v2.21.9 [2.21.8]: https://github.com/taiki-e/install-action/compare/v2.21.7...v2.21.8 [2.21.7]: https://github.com/taiki-e/install-action/compare/v2.21.6...v2.21.7 [2.21.6]: https://github.com/taiki-e/install-action/compare/v2.21.5...v2.21.6 [2.21.5]: https://github.com/taiki-e/install-action/compare/v2.21.4...v2.21.5 [2.21.4]: https://github.com/taiki-e/install-action/compare/v2.21.3...v2.21.4 [2.21.3]: https://github.com/taiki-e/install-action/compare/v2.21.2...v2.21.3 [2.21.2]: https://github.com/taiki-e/install-action/compare/v2.21.1...v2.21.2 [2.21.1]: https://github.com/taiki-e/install-action/compare/v2.21.0...v2.21.1 [2.21.0]: https://github.com/taiki-e/install-action/compare/v2.20.17...v2.21.0 [2.20.17]: https://github.com/taiki-e/install-action/compare/v2.20.16...v2.20.17 [2.20.16]: https://github.com/taiki-e/install-action/compare/v2.20.15...v2.20.16 [2.20.15]: https://github.com/taiki-e/install-action/compare/v2.20.14...v2.20.15 [2.20.14]: https://github.com/taiki-e/install-action/compare/v2.20.13...v2.20.14 [2.20.13]: https://github.com/taiki-e/install-action/compare/v2.20.12...v2.20.13 [2.20.12]: https://github.com/taiki-e/install-action/compare/v2.20.11...v2.20.12 [2.20.11]: https://github.com/taiki-e/install-action/compare/v2.20.10...v2.20.11 [2.20.10]: https://github.com/taiki-e/install-action/compare/v2.20.9...v2.20.10 [2.20.9]: https://github.com/taiki-e/install-action/compare/v2.20.8...v2.20.9 [2.20.8]: https://github.com/taiki-e/install-action/compare/v2.20.7...v2.20.8 [2.20.7]: https://github.com/taiki-e/install-action/compare/v2.20.6...v2.20.7 [2.20.6]: https://github.com/taiki-e/install-action/compare/v2.20.5...v2.20.6 [2.20.5]: https://github.com/taiki-e/install-action/compare/v2.20.4...v2.20.5 [2.20.4]: https://github.com/taiki-e/install-action/compare/v2.20.3...v2.20.4 [2.20.3]: https://github.com/taiki-e/install-action/compare/v2.20.2...v2.20.3 [2.20.2]: https://github.com/taiki-e/install-action/compare/v2.20.1...v2.20.2 [2.20.1]: https://github.com/taiki-e/install-action/compare/v2.20.0...v2.20.1 [2.20.0]: https://github.com/taiki-e/install-action/compare/v2.19.4...v2.20.0 [2.19.4]: https://github.com/taiki-e/install-action/compare/v2.19.3...v2.19.4 [2.19.3]: https://github.com/taiki-e/install-action/compare/v2.19.2...v2.19.3 [2.19.2]: https://github.com/taiki-e/install-action/compare/v2.19.1...v2.19.2 [2.19.1]: https://github.com/taiki-e/install-action/compare/v2.19.0...v2.19.1 [2.19.0]: https://github.com/taiki-e/install-action/compare/v2.18.17...v2.19.0 [2.18.17]: https://github.com/taiki-e/install-action/compare/v2.18.16...v2.18.17 [2.18.16]: https://github.com/taiki-e/install-action/compare/v2.18.15...v2.18.16 [2.18.15]: https://github.com/taiki-e/install-action/compare/v2.18.14...v2.18.15 [2.18.14]: https://github.com/taiki-e/install-action/compare/v2.18.13...v2.18.14 [2.18.13]: https://github.com/taiki-e/install-action/compare/v2.18.12...v2.18.13 [2.18.12]: https://github.com/taiki-e/install-action/compare/v2.18.11...v2.18.12 [2.18.11]: https://github.com/taiki-e/install-action/compare/v2.18.10...v2.18.11 [2.18.10]: https://github.com/taiki-e/install-action/compare/v2.18.9...v2.18.10 [2.18.9]: https://github.com/taiki-e/install-action/compare/v2.18.8...v2.18.9 [2.18.8]: https://github.com/taiki-e/install-action/compare/v2.18.7...v2.18.8 [2.18.7]: https://github.com/taiki-e/install-action/compare/v2.18.6...v2.18.7 [2.18.6]: https://github.com/taiki-e/install-action/compare/v2.18.5...v2.18.6 [2.18.5]: https://github.com/taiki-e/install-action/compare/v2.18.4...v2.18.5 [2.18.4]: https://github.com/taiki-e/install-action/compare/v2.18.3...v2.18.4 [2.18.3]: https://github.com/taiki-e/install-action/compare/v2.18.2...v2.18.3 [2.18.2]: https://github.com/taiki-e/install-action/compare/v2.18.1...v2.18.2 [2.18.1]: https://github.com/taiki-e/install-action/compare/v2.18.0...v2.18.1 [2.18.0]: https://github.com/taiki-e/install-action/compare/v2.17.8...v2.18.0 [2.17.8]: https://github.com/taiki-e/install-action/compare/v2.17.7...v2.17.8 [2.17.7]: https://github.com/taiki-e/install-action/compare/v2.17.6...v2.17.7 [2.17.6]: https://github.com/taiki-e/install-action/compare/v2.17.5...v2.17.6 [2.17.5]: https://github.com/taiki-e/install-action/compare/v2.17.4...v2.17.5 [2.17.4]: https://github.com/taiki-e/install-action/compare/v2.17.3...v2.17.4 [2.17.3]: https://github.com/taiki-e/install-action/compare/v2.17.2...v2.17.3 [2.17.2]: https://github.com/taiki-e/install-action/compare/v2.17.1...v2.17.2 [2.17.1]: https://github.com/taiki-e/install-action/compare/v2.17.0...v2.17.1 [2.17.0]: https://github.com/taiki-e/install-action/compare/v2.16.5...v2.17.0 [2.16.5]: https://github.com/taiki-e/install-action/compare/v2.16.4...v2.16.5 [2.16.4]: https://github.com/taiki-e/install-action/compare/v2.16.3...v2.16.4 [2.16.3]: https://github.com/taiki-e/install-action/compare/v2.16.2...v2.16.3 [2.16.2]: https://github.com/taiki-e/install-action/compare/v2.16.1...v2.16.2 [2.16.1]: https://github.com/taiki-e/install-action/compare/v2.16.0...v2.16.1 [2.16.0]: https://github.com/taiki-e/install-action/compare/v2.15.6...v2.16.0 [2.15.6]: https://github.com/taiki-e/install-action/compare/v2.15.5...v2.15.6 [2.15.5]: https://github.com/taiki-e/install-action/compare/v2.15.4...v2.15.5 [2.15.4]: https://github.com/taiki-e/install-action/compare/v2.15.3...v2.15.4 [2.15.3]: https://github.com/taiki-e/install-action/compare/v2.15.2...v2.15.3 [2.15.2]: https://github.com/taiki-e/install-action/compare/v2.15.1...v2.15.2 [2.15.1]: https://github.com/taiki-e/install-action/compare/v2.15.0...v2.15.1 [2.15.0]: https://github.com/taiki-e/install-action/compare/v2.14.3...v2.15.0 [2.14.3]: https://github.com/taiki-e/install-action/compare/v2.14.2...v2.14.3 [2.14.2]: https://github.com/taiki-e/install-action/compare/v2.14.1...v2.14.2 [2.14.1]: https://github.com/taiki-e/install-action/compare/v2.14.0...v2.14.1 [2.14.0]: https://github.com/taiki-e/install-action/compare/v2.13.6...v2.14.0 [2.13.6]: https://github.com/taiki-e/install-action/compare/v2.13.5...v2.13.6 [2.13.5]: https://github.com/taiki-e/install-action/compare/v2.13.4...v2.13.5 [2.13.4]: https://github.com/taiki-e/install-action/compare/v2.13.3...v2.13.4 [2.13.3]: https://github.com/taiki-e/install-action/compare/v2.13.2...v2.13.3 [2.13.2]: https://github.com/taiki-e/install-action/compare/v2.13.1...v2.13.2 [2.13.1]: https://github.com/taiki-e/install-action/compare/v2.13.0...v2.13.1 [2.13.0]: https://github.com/taiki-e/install-action/compare/v2.12.23...v2.13.0 [2.12.23]: https://github.com/taiki-e/install-action/compare/v2.12.22...v2.12.23 [2.12.22]: https://github.com/taiki-e/install-action/compare/v2.12.21...v2.12.22 [2.12.21]: https://github.com/taiki-e/install-action/compare/v2.12.20...v2.12.21 [2.12.20]: https://github.com/taiki-e/install-action/compare/v2.12.19...v2.12.20 [2.12.19]: https://github.com/taiki-e/install-action/compare/v2.12.18...v2.12.19 [2.12.18]: https://github.com/taiki-e/install-action/compare/v2.12.17...v2.12.18 [2.12.17]: https://github.com/taiki-e/install-action/compare/v2.12.16...v2.12.17 [2.12.16]: https://github.com/taiki-e/install-action/compare/v2.12.15...v2.12.16 [2.12.15]: https://github.com/taiki-e/install-action/compare/v2.12.14...v2.12.15 [2.12.14]: https://github.com/taiki-e/install-action/compare/v2.12.13...v2.12.14 [2.12.13]: https://github.com/taiki-e/install-action/compare/v2.12.12...v2.12.13 [2.12.12]: https://github.com/taiki-e/install-action/compare/v2.12.11...v2.12.12 [2.12.11]: https://github.com/taiki-e/install-action/compare/v2.12.10...v2.12.11 [2.12.10]: https://github.com/taiki-e/install-action/compare/v2.12.9...v2.12.10 [2.12.9]: https://github.com/taiki-e/install-action/compare/v2.12.8...v2.12.9 [2.12.8]: https://github.com/taiki-e/install-action/compare/v2.12.7...v2.12.8 [2.12.7]: https://github.com/taiki-e/install-action/compare/v2.12.6...v2.12.7 [2.12.6]: https://github.com/taiki-e/install-action/compare/v2.12.5...v2.12.6 [2.12.5]: https://github.com/taiki-e/install-action/compare/v2.12.4...v2.12.5 [2.12.4]: https://github.com/taiki-e/install-action/compare/v2.12.3...v2.12.4 [2.12.3]: https://github.com/taiki-e/install-action/compare/v2.12.2...v2.12.3 [2.12.2]: https://github.com/taiki-e/install-action/compare/v2.12.1...v2.12.2 [2.12.1]: https://github.com/taiki-e/install-action/compare/v2.12.0...v2.12.1 [2.12.0]: https://github.com/taiki-e/install-action/compare/v2.11.6...v2.12.0 [2.11.6]: https://github.com/taiki-e/install-action/compare/v2.11.5...v2.11.6 [2.11.5]: https://github.com/taiki-e/install-action/compare/v2.11.4...v2.11.5 [2.11.4]: https://github.com/taiki-e/install-action/compare/v2.11.3...v2.11.4 [2.11.3]: https://github.com/taiki-e/install-action/compare/v2.11.2...v2.11.3 [2.11.2]: https://github.com/taiki-e/install-action/compare/v2.11.1...v2.11.2 [2.11.1]: https://github.com/taiki-e/install-action/compare/v2.11.0...v2.11.1 [2.11.0]: https://github.com/taiki-e/install-action/compare/v2.10.0...v2.11.0 [2.10.0]: https://github.com/taiki-e/install-action/compare/v2.9.4...v2.10.0 [2.9.4]: https://github.com/taiki-e/install-action/compare/v2.9.3...v2.9.4 [2.9.3]: https://github.com/taiki-e/install-action/compare/v2.9.2...v2.9.3 [2.9.2]: https://github.com/taiki-e/install-action/compare/v2.9.1...v2.9.2 [2.9.1]: https://github.com/taiki-e/install-action/compare/v2.9.0...v2.9.1 [2.9.0]: https://github.com/taiki-e/install-action/compare/v2.8.8...v2.9.0 [2.8.8]: https://github.com/taiki-e/install-action/compare/v2.8.7...v2.8.8 [2.8.7]: https://github.com/taiki-e/install-action/compare/v2.8.6...v2.8.7 [2.8.6]: https://github.com/taiki-e/install-action/compare/v2.8.5...v2.8.6 [2.8.5]: https://github.com/taiki-e/install-action/compare/v2.8.4...v2.8.5 [2.8.4]: https://github.com/taiki-e/install-action/compare/v2.8.3...v2.8.4 [2.8.3]: https://github.com/taiki-e/install-action/compare/v2.8.2...v2.8.3 [2.8.2]: https://github.com/taiki-e/install-action/compare/v2.8.1...v2.8.2 [2.8.1]: https://github.com/taiki-e/install-action/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/taiki-e/install-action/compare/v2.7.2...v2.8.0 [2.7.2]: https://github.com/taiki-e/install-action/compare/v2.7.1...v2.7.2 [2.7.1]: https://github.com/taiki-e/install-action/compare/v2.7.0...v2.7.1 [2.7.0]: https://github.com/taiki-e/install-action/compare/v2.6.19...v2.7.0 [2.6.19]: https://github.com/taiki-e/install-action/compare/v2.6.18...v2.6.19 [2.6.18]: https://github.com/taiki-e/install-action/compare/v2.6.17...v2.6.18 [2.6.17]: https://github.com/taiki-e/install-action/compare/v2.6.16...v2.6.17 [2.6.16]: https://github.com/taiki-e/install-action/compare/v2.6.15...v2.6.16 [2.6.15]: https://github.com/taiki-e/install-action/compare/v2.6.14...v2.6.15 [2.6.14]: https://github.com/taiki-e/install-action/compare/v2.6.13...v2.6.14 [2.6.13]: https://github.com/taiki-e/install-action/compare/v2.6.12...v2.6.13 [2.6.12]: https://github.com/taiki-e/install-action/compare/v2.6.11...v2.6.12 [2.6.11]: https://github.com/taiki-e/install-action/compare/v2.6.10...v2.6.11 [2.6.10]: https://github.com/taiki-e/install-action/compare/v2.6.9...v2.6.10 [2.6.9]: https://github.com/taiki-e/install-action/compare/v2.6.8...v2.6.9 [2.6.8]: https://github.com/taiki-e/install-action/compare/v2.6.7...v2.6.8 [2.6.7]: https://github.com/taiki-e/install-action/compare/v2.6.6...v2.6.7 [2.6.6]: https://github.com/taiki-e/install-action/compare/v2.6.5...v2.6.6 [2.6.5]: https://github.com/taiki-e/install-action/compare/v2.6.4...v2.6.5 [2.6.4]: https://github.com/taiki-e/install-action/compare/v2.6.3...v2.6.4 [2.6.3]: https://github.com/taiki-e/install-action/compare/v2.6.2...v2.6.3 [2.6.2]: https://github.com/taiki-e/install-action/compare/v2.6.1...v2.6.2 [2.6.1]: https://github.com/taiki-e/install-action/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/taiki-e/install-action/compare/v2.5.7...v2.6.0 [2.5.7]: https://github.com/taiki-e/install-action/compare/v2.5.6...v2.5.7 [2.5.6]: https://github.com/taiki-e/install-action/compare/v2.5.5...v2.5.6 [2.5.5]: https://github.com/taiki-e/install-action/compare/v2.5.4...v2.5.5 [2.5.4]: https://github.com/taiki-e/install-action/compare/v2.5.3...v2.5.4 [2.5.3]: https://github.com/taiki-e/install-action/compare/v2.5.2...v2.5.3 [2.5.2]: https://github.com/taiki-e/install-action/compare/v2.5.1...v2.5.2 [2.5.1]: https://github.com/taiki-e/install-action/compare/v2.5.0...v2.5.1 [2.5.0]: https://github.com/taiki-e/install-action/compare/v2.4.4...v2.5.0 [2.4.4]: https://github.com/taiki-e/install-action/compare/v2.4.3...v2.4.4 [2.4.3]: https://github.com/taiki-e/install-action/compare/v2.4.2...v2.4.3 [2.4.2]: https://github.com/taiki-e/install-action/compare/v2.4.1...v2.4.2 [2.4.1]: https://github.com/taiki-e/install-action/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/taiki-e/install-action/compare/v2.3.5...v2.4.0 [2.3.5]: https://github.com/taiki-e/install-action/compare/v2.3.4...v2.3.5 [2.3.4]: https://github.com/taiki-e/install-action/compare/v2.3.3...v2.3.4 [2.3.3]: https://github.com/taiki-e/install-action/compare/v2.3.2...v2.3.3 [2.3.2]: https://github.com/taiki-e/install-action/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/taiki-e/install-action/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/taiki-e/install-action/compare/v2.2.3...v2.3.0 [2.2.3]: https://github.com/taiki-e/install-action/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/taiki-e/install-action/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/taiki-e/install-action/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/taiki-e/install-action/compare/v2.1.4...v2.2.0 [2.1.4]: https://github.com/taiki-e/install-action/compare/v2.1.3...v2.1.4 [2.1.3]: https://github.com/taiki-e/install-action/compare/v2.1.2...v2.1.3 [2.1.2]: https://github.com/taiki-e/install-action/compare/v2.1.1...v2.1.2 [2.1.1]: https://github.com/taiki-e/install-action/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/taiki-e/install-action/compare/v2.0.3...v2.1.0 [2.0.3]: https://github.com/taiki-e/install-action/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/taiki-e/install-action/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/taiki-e/install-action/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/taiki-e/install-action/compare/v1.17.3...v2.0.0 [1.17.3]: https://github.com/taiki-e/install-action/compare/v1.17.2...v1.17.3 [1.17.2]: https://github.com/taiki-e/install-action/compare/v1.17.1...v1.17.2 [1.17.1]: https://github.com/taiki-e/install-action/compare/v1.17.0...v1.17.1 [1.17.0]: https://github.com/taiki-e/install-action/compare/v1.16.0...v1.17.0 [1.16.0]: https://github.com/taiki-e/install-action/compare/v1.15.5...v1.16.0 [1.15.5]: https://github.com/taiki-e/install-action/compare/v1.15.4...v1.15.5 [1.15.4]: https://github.com/taiki-e/install-action/compare/v1.15.3...v1.15.4 [1.15.3]: https://github.com/taiki-e/install-action/compare/v1.15.2...v1.15.3 [1.15.2]: https://github.com/taiki-e/install-action/compare/v1.15.1...v1.15.2 [1.15.1]: https://github.com/taiki-e/install-action/compare/v1.15.0...v1.15.1 [1.15.0]: https://github.com/taiki-e/install-action/compare/v1.14.7...v1.15.0 [1.14.7]: https://github.com/taiki-e/install-action/compare/v1.14.6...v1.14.7 [1.14.6]: https://github.com/taiki-e/install-action/compare/v1.14.5...v1.14.6 [1.14.5]: https://github.com/taiki-e/install-action/compare/v1.14.4...v1.14.5 [1.14.4]: https://github.com/taiki-e/install-action/compare/v1.14.3...v1.14.4 [1.14.3]: https://github.com/taiki-e/install-action/compare/v1.14.2...v1.14.3 [1.14.2]: https://github.com/taiki-e/install-action/compare/v1.14.1...v1.14.2 [1.14.1]: https://github.com/taiki-e/install-action/compare/v1.14.0...v1.14.1 [1.14.0]: https://github.com/taiki-e/install-action/compare/v1.13.9...v1.14.0 [1.13.9]: https://github.com/taiki-e/install-action/compare/v1.13.8...v1.13.9 [1.13.8]: https://github.com/taiki-e/install-action/compare/v1.13.7...v1.13.8 [1.13.7]: https://github.com/taiki-e/install-action/compare/v1.13.6...v1.13.7 [1.13.6]: https://github.com/taiki-e/install-action/compare/v1.13.5...v1.13.6 [1.13.5]: https://github.com/taiki-e/install-action/compare/v1.13.4...v1.13.5 [1.13.4]: https://github.com/taiki-e/install-action/compare/v1.13.3...v1.13.4 [1.13.3]: https://github.com/taiki-e/install-action/compare/v1.13.2...v1.13.3 [1.13.2]: https://github.com/taiki-e/install-action/compare/v1.13.1...v1.13.2 [1.13.1]: https://github.com/taiki-e/install-action/compare/v1.13.0...v1.13.1 [1.13.0]: https://github.com/taiki-e/install-action/compare/v1.12.4...v1.13.0 [1.12.4]: https://github.com/taiki-e/install-action/compare/v1.12.3...v1.12.4 [1.12.3]: https://github.com/taiki-e/install-action/compare/v1.12.2...v1.12.3 [1.12.2]: https://github.com/taiki-e/install-action/compare/v1.12.1...v1.12.2 [1.12.1]: https://github.com/taiki-e/install-action/compare/v1.12.0...v1.12.1 [1.12.0]: https://github.com/taiki-e/install-action/compare/v1.11.2...v1.12.0 [1.11.2]: https://github.com/taiki-e/install-action/compare/v1.11.1...v1.11.2 [1.11.1]: https://github.com/taiki-e/install-action/compare/v1.11.0...v1.11.1 [1.11.0]: https://github.com/taiki-e/install-action/compare/v1.10.4...v1.11.0 [1.10.4]: https://github.com/taiki-e/install-action/compare/v1.10.3...v1.10.4 [1.10.3]: https://github.com/taiki-e/install-action/compare/v1.10.2...v1.10.3 [1.10.2]: https://github.com/taiki-e/install-action/compare/v1.10.1...v1.10.2 [1.10.1]: https://github.com/taiki-e/install-action/compare/v1.10.0...v1.10.1 [1.10.0]: https://github.com/taiki-e/install-action/compare/v1.9.0...v1.10.0 [1.9.0]: https://github.com/taiki-e/install-action/compare/v1.8.4...v1.9.0 [1.8.4]: https://github.com/taiki-e/install-action/compare/v1.8.3...v1.8.4 [1.8.3]: https://github.com/taiki-e/install-action/compare/v1.8.2...v1.8.3 [1.8.2]: https://github.com/taiki-e/install-action/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/taiki-e/install-action/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/taiki-e/install-action/compare/v1.7.0...v1.8.0 [1.7.0]: https://github.com/taiki-e/install-action/compare/v1.6.1...v1.7.0 [1.6.1]: https://github.com/taiki-e/install-action/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/taiki-e/install-action/compare/v1.5.11...v1.6.0 [1.5.11]: https://github.com/taiki-e/install-action/compare/v1.5.10...v1.5.11 [1.5.10]: https://github.com/taiki-e/install-action/compare/v1.5.9...v1.5.10 [1.5.9]: https://github.com/taiki-e/install-action/compare/v1.5.8...v1.5.9 [1.5.8]: https://github.com/taiki-e/install-action/compare/v1.5.7...v1.5.8 [1.5.7]: https://github.com/taiki-e/install-action/compare/v1.5.6...v1.5.7 [1.5.6]: https://github.com/taiki-e/install-action/compare/v1.5.5...v1.5.6 [1.5.5]: https://github.com/taiki-e/install-action/compare/v1.5.4...v1.5.5 [1.5.4]: https://github.com/taiki-e/install-action/compare/v1.5.3...v1.5.4 [1.5.3]: https://github.com/taiki-e/install-action/compare/v1.5.2...v1.5.3 [1.5.2]: https://github.com/taiki-e/install-action/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/taiki-e/install-action/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/taiki-e/install-action/compare/v1.4.2...v1.5.0 [1.4.2]: https://github.com/taiki-e/install-action/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/taiki-e/install-action/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/taiki-e/install-action/compare/v1.3.13...v1.4.0 [1.3.13]: https://github.com/taiki-e/install-action/compare/v1.3.12...v1.3.13 [1.3.12]: https://github.com/taiki-e/install-action/compare/v1.3.11...v1.3.12 [1.3.11]: https://github.com/taiki-e/install-action/compare/v1.3.10...v1.3.11 [1.3.10]: https://github.com/taiki-e/install-action/compare/v1.3.9...v1.3.10 [1.3.9]: https://github.com/taiki-e/install-action/compare/v1.3.8...v1.3.9 [1.3.8]: https://github.com/taiki-e/install-action/compare/v1.3.7...v1.3.8 [1.3.7]: https://github.com/taiki-e/install-action/compare/v1.3.6...v1.3.7 [1.3.6]: https://github.com/taiki-e/install-action/compare/v1.3.5...v1.3.6 [1.3.5]: https://github.com/taiki-e/install-action/compare/v1.3.4...v1.3.5 [1.3.4]: https://github.com/taiki-e/install-action/compare/v1.3.3...v1.3.4 [1.3.3]: https://github.com/taiki-e/install-action/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/taiki-e/install-action/compare/v1.3.1...v1.3.2 [1.3.1]: https://github.com/taiki-e/install-action/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/taiki-e/install-action/compare/v1.2.2...v1.3.0 [1.2.2]: https://github.com/taiki-e/install-action/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/taiki-e/install-action/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/taiki-e/install-action/compare/v1.1.9...v1.2.0 [1.1.9]: https://github.com/taiki-e/install-action/compare/v1.1.8...v1.1.9 [1.1.8]: https://github.com/taiki-e/install-action/compare/v1.1.7...v1.1.8 [1.1.7]: https://github.com/taiki-e/install-action/compare/v1.1.6...v1.1.7 [1.1.6]: https://github.com/taiki-e/install-action/compare/v1.1.5...v1.1.6 [1.1.5]: https://github.com/taiki-e/install-action/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/taiki-e/install-action/compare/v1.1.3...v1.1.4 [1.1.3]: https://github.com/taiki-e/install-action/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/taiki-e/install-action/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/taiki-e/install-action/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/taiki-e/install-action/compare/v1.0.3...v1.1.0 [1.0.3]: https://github.com/taiki-e/install-action/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/taiki-e/install-action/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/taiki-e/install-action/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/taiki-e/install-action/releases/tag/v1.0.0