mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-30 10:50:25 +00:00
Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fd883d7a9 | ||
|
|
7769b73c2e | ||
|
|
aef5057f90 | ||
|
|
41de191c3c | ||
|
|
89761c8db9 | ||
|
|
8324debf4c | ||
|
|
3b3fb63c3d | ||
|
|
b651345a71 | ||
|
|
e0091eefbf | ||
|
|
96d4d757ef | ||
|
|
4a1aed1ca9 | ||
|
|
2e38aa6247 | ||
|
|
443d4e78eb | ||
|
|
5ddd7264c7 | ||
|
|
4b9684ed93 |
22
CHANGELOG.md
22
CHANGELOG.md
@@ -10,6 +10,24 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.75.27] - 2026-04-30
|
||||||
|
|
||||||
|
- Update `cargo-udeps@latest` to 0.1.61.
|
||||||
|
|
||||||
|
- Update `wasm-tools@latest` to 1.248.0.
|
||||||
|
|
||||||
|
- Update `cargo-deb@latest` to 3.6.4.
|
||||||
|
|
||||||
|
## [2.75.26] - 2026-04-29
|
||||||
|
|
||||||
|
- Update `wasm-bindgen@latest` to 0.2.120.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.25.
|
||||||
|
|
||||||
|
- Update `martin@latest` to 1.8.0.
|
||||||
|
|
||||||
|
- Update `vacuum@latest` to 0.26.4.
|
||||||
|
|
||||||
## [2.75.25] - 2026-04-28
|
## [2.75.25] - 2026-04-28
|
||||||
|
|
||||||
- Update `uv@latest` to 0.11.8.
|
- Update `uv@latest` to 0.11.8.
|
||||||
@@ -6373,7 +6391,9 @@ Note: This release is considered a breaking change because installing on version
|
|||||||
|
|
||||||
Initial release
|
Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.25...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.27...HEAD
|
||||||
|
[2.75.27]: https://github.com/taiki-e/install-action/compare/v2.75.26...v2.75.27
|
||||||
|
[2.75.26]: https://github.com/taiki-e/install-action/compare/v2.75.25...v2.75.26
|
||||||
[2.75.25]: https://github.com/taiki-e/install-action/compare/v2.75.24...v2.75.25
|
[2.75.25]: https://github.com/taiki-e/install-action/compare/v2.75.24...v2.75.25
|
||||||
[2.75.24]: https://github.com/taiki-e/install-action/compare/v2.75.23...v2.75.24
|
[2.75.24]: https://github.com/taiki-e/install-action/compare/v2.75.23...v2.75.24
|
||||||
[2.75.23]: https://github.com/taiki-e/install-action/compare/v2.75.22...v2.75.23
|
[2.75.23]: https://github.com/taiki-e/install-action/compare/v2.75.22...v2.75.23
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
|
|||||||
inputs:
|
inputs:
|
||||||
tool:
|
tool:
|
||||||
description: Tools to install (whitespace or comma separated list)
|
description: Tools to install (whitespace or comma separated list)
|
||||||
required: true
|
required: false
|
||||||
# default: #publish:tool
|
default: vacuum
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
6
manifests/cargo-deb.json
generated
6
manifests/cargo-deb.json
generated
@@ -7,13 +7,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.6.3"
|
"version": "3.6.4"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"version": "3.6.3"
|
"version": "3.6.4"
|
||||||
},
|
},
|
||||||
"3.6": {
|
"3.6": {
|
||||||
"version": "3.6.3"
|
"version": "3.6.4"
|
||||||
},
|
},
|
||||||
"3.6.4": {
|
"3.6.4": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
42
manifests/cargo-udeps.json
generated
42
manifests/cargo-udeps.json
generated
@@ -2,10 +2,48 @@
|
|||||||
"rust_crate": "cargo-udeps",
|
"rust_crate": "cargo-udeps",
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.60"
|
"version": "0.1.61"
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.60"
|
"version": "0.1.61"
|
||||||
|
},
|
||||||
|
"0.1.61": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEA584E93B9FDB",
|
||||||
|
"hash": "27031ca3902390a1d793901d17ec073ac85297ab3477b13faea984e4c97de479",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-x86_64-unknown-linux-musl/cargo-udeps"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEA584FB3914CC",
|
||||||
|
"hash": "0840c47e3ac640db8cf1ac9136c7a133eff68f07753a8a450363b95124d0ee34",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-x86_64-apple-darwin/cargo-udeps"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA5855ED09C2C",
|
||||||
|
"hash": "6920b6f493f0c13a28e32522ccb7efffcc57c8849d887366b19c599dc2238cc0",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-x86_64-pc-windows-msvc/cargo-udeps.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEA584C0D0F4DF",
|
||||||
|
"hash": "d257553c03b36d2ee7e8028d622c80b1244fc512fabb2de058c1e0ceeb92169b",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-aarch64-unknown-linux-musl/cargo-udeps"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEA5849C45DEF1",
|
||||||
|
"hash": "0ca49f226c268ff3f7d65e82dd471900b962e4dcb3e75793558e5f4287be2011",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-aarch64-apple-darwin/cargo-udeps"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/est31/cargo-udeps/releases/download/v0.1.61/cargo-udeps-v0.1.61-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA585933B8EBC",
|
||||||
|
"hash": "56f71b63e24fff67cf5f34e21bf4bcd8b090d80336a629c7b829045b02494718",
|
||||||
|
"bin": "cargo-udeps-v0.1.61-aarch64-pc-windows-msvc/cargo-udeps.exe"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.1.60": {
|
"0.1.60": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/cyclonedx.json
generated
26
manifests/cyclonedx.json
generated
@@ -23,6 +23,32 @@
|
|||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.30.0"
|
"version": "0.30.0"
|
||||||
},
|
},
|
||||||
|
"0.31.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA5BE1A225492",
|
||||||
|
"hash": "72c465982796cb930dd7bfabe68d869aea053c9b7a717dff9ceee56b5624eea4"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA5BE2A8378AE",
|
||||||
|
"hash": "78c3f395499fc80d1b0a0c2ad0497fa212ccb90a544524599be6356707b49bbd"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA5BE2463CF5D",
|
||||||
|
"hash": "da18bdb0d5b10a5f45ddfb59b7b08b11ddc050bb5c6407608d831929a1799d3f"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA5BE20738480",
|
||||||
|
"hash": "ecdb5a10bba199417ccf94b57f27f0ec201b91eb4fadc6d7998696e082e69bef"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA5BE4A7F7F7B",
|
||||||
|
"hash": "42d5b880968eed5b8939d48adf125c5d96944231259e19167c29e9da9e9d2afe"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA5BE28D7835D",
|
||||||
|
"hash": "af0a5c6c17b0bee113066760d3378eb5e03eb5c75eca2479e61fc43669c46036"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.30": {
|
"0.30": {
|
||||||
"version": "0.30.0"
|
"version": "0.30.0"
|
||||||
},
|
},
|
||||||
|
|||||||
7
manifests/martin.json
generated
7
manifests/martin.json
generated
@@ -31,10 +31,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.7.0"
|
"version": "1.8.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.7.0"
|
"version": "1.8.0"
|
||||||
|
},
|
||||||
|
"1.8": {
|
||||||
|
"version": "1.8.0"
|
||||||
},
|
},
|
||||||
"1.8.0": {
|
"1.8.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
32
manifests/mise.json
generated
32
manifests/mise.json
generated
@@ -27,13 +27,39 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.4.24"
|
"version": "2026.4.25"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.4.24"
|
"version": "2026.4.25"
|
||||||
},
|
},
|
||||||
"2026.4": {
|
"2026.4": {
|
||||||
"version": "2026.4.24"
|
"version": "2026.4.25"
|
||||||
|
},
|
||||||
|
"2026.4.27": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA613D6EEA7AA",
|
||||||
|
"hash": "72df029f60f926f4c1a0619fbdfac6870d4ce7354b074d3be82eeed557203660"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA613D9552C3B",
|
||||||
|
"hash": "f55ec19657cbe15843067d22e854bc89db874b0142c122a82f8db38d14f52243"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA613DA874A60",
|
||||||
|
"hash": "30540c4443b69777682ca74211ca283006f110b23f2ea4da96713b29d7766fdb"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA613D3075433",
|
||||||
|
"hash": "6d525c6cce79c4a0aa570eb22bd7041510c2cf601ddea85b028fcbab37dc1268"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA613D88B926D",
|
||||||
|
"hash": "95493bfc1850c4df04f8e4417bd9e40a5fa1001b925ff43a92db7056afbd1d6d"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA613DA8136C0",
|
||||||
|
"hash": "2de70631d51747d7bd39feaf08f4a5ae6f36a9167955cf71fcacd84b2ed3f8c0"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2026.4.25": {
|
"2026.4.25": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
34
manifests/sccache.json
generated
34
manifests/sccache.json
generated
@@ -37,6 +37,40 @@
|
|||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.14.0"
|
"version": "0.14.0"
|
||||||
},
|
},
|
||||||
|
"0.15.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA60451CA1112",
|
||||||
|
"hash": "782d2b5dd7ae0a55ebe368ab258114d0928d019ac2d949ab85d5d02f3926709e"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA6044FF17166",
|
||||||
|
"hash": "f8da93e0689122268f720ddb48c8357f3da18be8c88aff23a8e75a7a219367db"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA60450D9E185",
|
||||||
|
"hash": "b0b257a164bf438b2dea134ca7ded41c100f59a64b3bf275a202f1e8102ab217"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA60448F9BF88",
|
||||||
|
"hash": "3a6a3712b49da3d263bf2d30d702de4302793016019e800bfb81c0c69401d8f8"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA6044706FE7C",
|
||||||
|
"hash": "430ef7b5f54256d3ed5bfe77e8b0afc51aa209aeebe4f95b69c3a52ce3acc6e9"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA60447F644B8",
|
||||||
|
"hash": "f4f304dc9dd9bd2f9b0032a0091efac1c093934bb095f207381558f80c3d0a24"
|
||||||
|
},
|
||||||
|
"riscv64_linux_musl": {
|
||||||
|
"etag": "0x8DEA6044CF155B9",
|
||||||
|
"hash": "d24b685ca21bf9388da5311c4dfe88de813acea84ca85b12d67f4e4b9a7a983a"
|
||||||
|
},
|
||||||
|
"s390x_linux_musl": {
|
||||||
|
"etag": "0x8DEA6044ED0F256",
|
||||||
|
"hash": "729618c5fe016aa553f372ec28bfeff4288ba5d99baee6dc04031336a789b6f1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.14": {
|
"0.14": {
|
||||||
"version": "0.14.0"
|
"version": "0.14.0"
|
||||||
},
|
},
|
||||||
|
|||||||
36
manifests/tombi.json
generated
36
manifests/tombi.json
generated
@@ -7,6 +7,42 @@
|
|||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.25"
|
"version": "0.9.25"
|
||||||
},
|
},
|
||||||
|
"0.9.26": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEA5A4AB6C6A2E",
|
||||||
|
"hash": "3839e78a4f5db8a785f593b3113e86908ca125a9e0f3f9955e0a759b0b39c6ad",
|
||||||
|
"bin": "tombi-cli-0.9.26-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEA5A4AB585C6E",
|
||||||
|
"hash": "313e082bf5981afbd96a4972e5eb568cbf5922a6bfa4b83c4c28346f5052b001",
|
||||||
|
"bin": "tombi-cli-0.9.26-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA5A4AB6D2CA2",
|
||||||
|
"hash": "c72b563a65d3c83543360205e5a915fc0eeaba70db3171a17a75472563897cf6"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEA5A4ABEFD39C",
|
||||||
|
"hash": "208a38f26b1b7ce3c060f82fb326f6a6304b04d661002f96bddee53bdb20e707",
|
||||||
|
"bin": "tombi-cli-0.9.26-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEA5A4AB5D86D7",
|
||||||
|
"hash": "7012f29da0ceb81755ced1463f225f4b482cae124dff6eb72d7e52ab0c13b0b9",
|
||||||
|
"bin": "tombi-cli-0.9.26-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.26/tombi-cli-0.9.26-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEA5A4AB66F217",
|
||||||
|
"hash": "ab0675e3bd17baa021d334a20dcd5693220b266e062e9da16899667c76943e49"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.9.25": {
|
"0.9.25": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.25/tombi-cli-0.9.25-x86_64-unknown-linux-musl.tar.gz",
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v0.9.25/tombi-cli-0.9.25-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
|||||||
4
manifests/vacuum.json
generated
4
manifests/vacuum.json
generated
@@ -21,10 +21,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.26.3"
|
"version": "0.26.4"
|
||||||
},
|
},
|
||||||
"0.26": {
|
"0.26": {
|
||||||
"version": "0.26.3"
|
"version": "0.26.4"
|
||||||
},
|
},
|
||||||
"0.26.4": {
|
"0.26.4": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/wasm-bindgen.json
generated
4
manifests/wasm-bindgen.json
generated
@@ -43,10 +43,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.2.118"
|
"version": "0.2.120"
|
||||||
},
|
},
|
||||||
"0.2": {
|
"0.2": {
|
||||||
"version": "0.2.118"
|
"version": "0.2.120"
|
||||||
},
|
},
|
||||||
"0.2.120": {
|
"0.2.120": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
7
manifests/wasm-tools.json
generated
7
manifests/wasm-tools.json
generated
@@ -23,10 +23,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.247.0"
|
"version": "1.248.0"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.247.0"
|
"version": "1.248.0"
|
||||||
|
},
|
||||||
|
"1.248": {
|
||||||
|
"version": "1.248.0"
|
||||||
},
|
},
|
||||||
"1.248.0": {
|
"1.248.0": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
Reference in New Issue
Block a user