mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-28 03:52:42 +08:00
Compare commits
12 Commits
v2.79.8
...
wasm-tools
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c08afee25 | ||
|
|
60ae4ce63c | ||
|
|
9ab4a661ec | ||
|
|
f88f6cfa22 | ||
|
|
22ea1d2817 | ||
|
|
96a339da4a | ||
|
|
796dfb752b | ||
|
|
8f531eaecd | ||
|
|
8205558b9c | ||
|
|
eb38d1ae87 | ||
|
|
8a5a6fd714 | ||
|
|
a6f0b5b0ac |
18
CHANGELOG.md
18
CHANGELOG.md
@@ -10,6 +10,20 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.79.10] - 2026-05-27
|
||||
|
||||
- Update `tombi@latest` to 1.1.0.
|
||||
|
||||
- Update `prek@latest` to 0.4.2.
|
||||
|
||||
- Update `editorconfig-checker@latest` to 3.7.0.
|
||||
|
||||
## [2.79.9] - 2026-05-26
|
||||
|
||||
- Update `vacuum@latest` to 0.26.7.
|
||||
|
||||
- Update `tombi@latest` to 1.0.0.
|
||||
|
||||
## [2.79.8] - 2026-05-26
|
||||
|
||||
- Update `parse-dockerfile@latest` to 0.1.6.
|
||||
@@ -6652,7 +6666,9 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.79.8...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.79.10...HEAD
|
||||
[2.79.10]: https://github.com/taiki-e/install-action/compare/v2.79.9...v2.79.10
|
||||
[2.79.9]: https://github.com/taiki-e/install-action/compare/v2.79.8...v2.79.9
|
||||
[2.79.8]: https://github.com/taiki-e/install-action/compare/v2.79.7...v2.79.8
|
||||
[2.79.7]: https://github.com/taiki-e/install-action/compare/v2.79.6...v2.79.7
|
||||
[2.79.6]: https://github.com/taiki-e/install-action/compare/v2.79.5...v2.79.6
|
||||
|
||||
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
|
||||
inputs:
|
||||
tool:
|
||||
description: Tools to install (whitespace or comma separated list)
|
||||
required: true
|
||||
# default: #publish:tool
|
||||
required: false
|
||||
default: wasm-tools
|
||||
checksum:
|
||||
description: Whether to enable checksums (strongly discouraged to disable)
|
||||
required: false
|
||||
|
||||
38
manifests/biome.json
generated
38
manifests/biome.json
generated
@@ -10,6 +10,44 @@
|
||||
"2.4": {
|
||||
"version": "2.4.15"
|
||||
},
|
||||
"2.4.16": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.16/biome-linux-x64-musl",
|
||||
"etag": "0x8DEBBF5E5A32262",
|
||||
"hash": "e7102113e10c57772ce969ce088f54ec2cc37331bb4601e5f5369fd94a6fe1d9",
|
||||
"bin": "biome"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.16/biome-darwin-x64",
|
||||
"etag": "0x8DEBBF5E52310BC",
|
||||
"hash": "42329e159a2f35b3776a01e7a16a53582d53e126fbc55bfdd5825e873a87b338",
|
||||
"bin": "biome"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.16/biome-win32-x64.exe",
|
||||
"etag": "0x8DEBBF5E5B6BB6E",
|
||||
"hash": "1247239dae8f57aafeaeb9914e30b92efcc51c632eee3be4463a95969558f6a3",
|
||||
"bin": "biome.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.16/biome-linux-arm64-musl",
|
||||
"etag": "0x8DEBBF5E56DA88F",
|
||||
"hash": "f288ac4e33d35ef08ee333419525df8cf9e74a617447d651a3fad052a9612731",
|
||||
"bin": "biome"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.16/biome-darwin-arm64",
|
||||
"etag": "0x8DEBBF5E4F81273",
|
||||
"hash": "8cf9e92a161e26bdbfc0896c208864e1de8b160dfb90f61040609c2743cf433b",
|
||||
"bin": "biome"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.16/biome-win32-arm64.exe",
|
||||
"etag": "0x8DEBBF5E55D1958",
|
||||
"hash": "fd0c02ad8b5bbbdd634b22d154b1076ba27624025b6ad1dd62838a179523e919",
|
||||
"bin": "biome.exe"
|
||||
}
|
||||
},
|
||||
"2.4.15": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.15/biome-linux-x64-musl",
|
||||
|
||||
35
manifests/cargo-nextest.json
generated
35
manifests/cargo-nextest.json
generated
@@ -32,6 +32,41 @@
|
||||
"0.9": {
|
||||
"version": "0.9.136"
|
||||
},
|
||||
"0.9.137": {
|
||||
"previous_stable_version": "0.9.136",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DEBB6A74590433",
|
||||
"hash": "38fd6275e111b200bbbed1bd2ae91cbb0d7edd28504879875cff2b3d96f3f311"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEBB6AC178847F",
|
||||
"hash": "d5a7d2e76a19b65006939e296eb19d776f820cfaa19514c01cf70a5185a885b8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEBB6AF4518457",
|
||||
"hash": "94e89c20b233c29c042683e885131d76abf95e795c355a4fe7d64d4b128b90be"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEBB6B1E0B53E4",
|
||||
"hash": "f32114ae7c9a1718fc95a6e18afb720c3aadc8510d1e838c2a2b60978c8ba464"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DEBB6A9C891E9D",
|
||||
"hash": "8f878903d63a69dd0a8fba65d0dc871043423bd0591076f688023b862d58d1a6"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEBB6A7790E2DF",
|
||||
"hash": "cc8a61beed918e1e76f047243f8bb9fc90bad0e6b74b91b2f58b7397f912495a"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEBB6B7EBCCCDC",
|
||||
"hash": "27f1c452ee96ba852ba94569dc63ba720c1f209e0150967d3503ec7ced17f431"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DEBB6A923FDF58",
|
||||
"hash": "b1c235ea81560d0f0dee36053369ba6c8eda303183ff8603a9776fd28b946495"
|
||||
}
|
||||
},
|
||||
"0.9.136": {
|
||||
"previous_stable_version": "0.9.135",
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
7
manifests/editorconfig-checker.json
generated
7
manifests/editorconfig-checker.json
generated
@@ -2,10 +2,13 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "3.6.1"
|
||||
"version": "3.7.0"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.6.1"
|
||||
"version": "3.7.0"
|
||||
},
|
||||
"3.7": {
|
||||
"version": "3.7.0"
|
||||
},
|
||||
"3.7.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
72
manifests/prek.json
generated
72
manifests/prek.json
generated
@@ -39,10 +39,78 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.4.1"
|
||||
"version": "0.4.2"
|
||||
},
|
||||
"0.4": {
|
||||
"version": "0.4.1"
|
||||
"version": "0.4.2"
|
||||
},
|
||||
"0.4.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEBB9EF576B921",
|
||||
"hash": "509193a8cb4a3032dd9f732023466e4c6719cc758cd6f768a7218a702edb08ae"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEBB9EF51530C6",
|
||||
"hash": "c2f1d49b20a2b10a147195d5e33b03ca51430a852ea6cac568853dda5b89fbb8"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEBB9EF532D09C",
|
||||
"hash": "8105cec75f5f60b2b1b499f9e57453dac1be835cf2e67ae141c47d6faa88b84d"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEBB9EF39AE912",
|
||||
"hash": "0a112f72c3e76d4bdea6a5f73788015579766f9a9a5ff827932f7a4685f87eb5"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEBB9EF367DD89",
|
||||
"hash": "80e10ab3961940ef4d5b0cde03ed670f8176dd60729a03e6a7d92ae00700e072"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEBB9EF37A3F5F",
|
||||
"hash": "24498f658617ecc4b17ca1b23065bb7203bb756ecf9e93629c093ec46a40c548"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DEBB9EF4D12171",
|
||||
"hash": "60f895f3047cadd185eda52e8755d185d1bd05db6c3a2a23e2b27824d6b30ba3"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DEBB9EF4E35C60",
|
||||
"hash": "d4899d63448322f62dc874331cba4c7c0c0e98ce6a57e1d7b5af85b5987ffb42"
|
||||
}
|
||||
},
|
||||
"0.4.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEBB05AE51A940",
|
||||
"hash": "8966aac61df423e4188b05dce904982cdb07de57efb0c2bb83057a97ada64549"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEBB05AD7C8449",
|
||||
"hash": "e9784e6d120bd6811afdbb9805b500342e184b72603d7cda06cd222cfd7a6ad6"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEBB05ADCD2FBF",
|
||||
"hash": "6b571c5100ebbaf868dc3c209f39ceb4ec16d6f1f297ee9fbdde013fc8b777f7"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEBB05AB84989C",
|
||||
"hash": "ceb234ca2e65ae3f726a04071778f851aa4fbee1a03f80e3783730a0905937fa"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEBB05AB47AD12",
|
||||
"hash": "9ea984611f3830e86d3f49b289dc34e9f2750009b9a04ee1d21e893b32df5a04"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEBB05AB387BE7",
|
||||
"hash": "b360a06835aa7109030af0b8847f858125a8dece665b79f31bedf3ee03505172"
|
||||
},
|
||||
"riscv64_linux_gnu": {
|
||||
"etag": "0x8DEBB05AD38C295",
|
||||
"hash": "23499c4e7a76062a157eb43ee41e340b93b2e2e572b8d4e9657d35371d1087ed"
|
||||
},
|
||||
"s390x_linux_gnu": {
|
||||
"etag": "0x8DEBB05AD529628",
|
||||
"hash": "fd0fb47d00e404a6942795f98206cdd12496f7dcc16618e4a551615e245f61a4"
|
||||
}
|
||||
},
|
||||
"0.4.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
47
manifests/tombi.json
generated
47
manifests/tombi.json
generated
@@ -2,7 +2,52 @@
|
||||
"rust_crate": null,
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.11.7"
|
||||
"version": "1.1.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.1.0"
|
||||
},
|
||||
"1.1": {
|
||||
"version": "1.1.0"
|
||||
},
|
||||
"1.1.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-x86_64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEBAB98193E4E2",
|
||||
"hash": "cee1b8edf63d7d49a5b7ed626a84d0a7f7d8ea48f664212da3cad17afeb142aa",
|
||||
"bin": "tombi-cli-1.1.0-x86_64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-x86_64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEBAB9819A1F7D",
|
||||
"hash": "0180797ef983cc56d33a0d0c22b46d37ba8b2f5718be494556d4cdec0116591f",
|
||||
"bin": "tombi-cli-1.1.0-x86_64-apple-darwin/tombi"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-x86_64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEBAB9825B0FCC",
|
||||
"hash": "8e1cdcd9d068e2b60c9eb77a5ec35c08787036fab944fee693f4bcd021fda89c"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-aarch64-unknown-linux-musl.tar.gz",
|
||||
"etag": "0x8DEBAB981995CF7",
|
||||
"hash": "06a73665a4ac4f16f93e2ace03584f97cadb9609365339e53db8d35b434df359",
|
||||
"bin": "tombi-cli-1.1.0-aarch64-unknown-linux-musl/tombi"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-aarch64-apple-darwin.tar.gz",
|
||||
"etag": "0x8DEBAB9819E6068",
|
||||
"hash": "9adc2c6ac821c758342c12aba18c394f404035483fd41b46a422da38a70e3ad8",
|
||||
"bin": "tombi-cli-1.1.0-aarch64-apple-darwin/tombi"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.0/tombi-cli-1.1.0-aarch64-pc-windows-msvc.zip",
|
||||
"etag": "0x8DEBAB982378323",
|
||||
"hash": "1f9ef6df3f49a00c370e95f00770ba278a6cb718a56c61a23a970082838fc111"
|
||||
}
|
||||
},
|
||||
"1.0": {
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"1.0.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
30
manifests/vacuum.json
generated
30
manifests/vacuum.json
generated
@@ -21,10 +21,36 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.26.6"
|
||||
"version": "0.26.7"
|
||||
},
|
||||
"0.26": {
|
||||
"version": "0.26.6"
|
||||
"version": "0.26.7"
|
||||
},
|
||||
"0.26.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DEBB359470E9D7",
|
||||
"hash": "a7e9229391823d8535c76a0e9c9c618beb9824167eb454f61c60a14d75a2e0ed"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DEBB359568B26D",
|
||||
"hash": "8b7763c27f074785ed1fbeb0cfb72ec36ea9b09a44ee9948784d814c12c34136"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DEBB35945E1340",
|
||||
"hash": "1762aac1041e1a69cb9a302664d661885637a69f5a0a03b338979ecb41ccd8ae"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DEBB35944DD1D1",
|
||||
"hash": "5c61285318aaa9a99c05b4be6637b2d0f4511d4c7569ce76b5cf2e22bf65d1b7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DEBB3595448A2F",
|
||||
"hash": "1c434027b1affc9e055c55c7498e25d70d0aea4c30fb9fec2cb5b4e875f3bb87"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"etag": "0x8DEBB35952F1E68",
|
||||
"hash": "8f2b55d085fa7b16efda615257af1bdcc87ff601b1141d16c4184a6f69bdccc8"
|
||||
}
|
||||
},
|
||||
"0.26.7": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
@@ -129,7 +129,7 @@ case "$(uname -s)" in
|
||||
Darwin)
|
||||
host_os=macos
|
||||
if [[ "${runner}" == 'macos-15-intel' ]]; then
|
||||
incompat_tools+=(release-plz) # no prebuilt binary
|
||||
incompat_tools+=(martin release-plz) # no prebuilt binary
|
||||
fi
|
||||
;;
|
||||
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
|
||||
|
||||
Reference in New Issue
Block a user