mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-27 03:42:44 +08:00
Compare commits
12 Commits
v2.79.7
...
wasm-bindg
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf26ec8c80 | ||
|
|
8f531eaecd | ||
|
|
8205558b9c | ||
|
|
eb38d1ae87 | ||
|
|
8a5a6fd714 | ||
|
|
a6f0b5b0ac | ||
|
|
920ab1831f | ||
|
|
6ca6ee06b5 | ||
|
|
50b919ba90 | ||
|
|
ee45616641 | ||
|
|
63a7dfdb6d | ||
|
|
3fb80a0867 |
16
CHANGELOG.md
16
CHANGELOG.md
@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [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.
|
||||||
|
|
||||||
|
- Update `knope@latest` to 0.23.0.
|
||||||
|
|
||||||
## [2.79.7] - 2026-05-24
|
## [2.79.7] - 2026-05-24
|
||||||
|
|
||||||
- Update `typos@latest` to 1.46.3.
|
- Update `typos@latest` to 1.46.3.
|
||||||
@@ -6646,7 +6658,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.79.7...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.79.9...HEAD
|
||||||
|
[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.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
|
[2.79.6]: https://github.com/taiki-e/install-action/compare/v2.79.5...v2.79.6
|
||||||
[2.79.5]: https://github.com/taiki-e/install-action/compare/v2.79.4...v2.79.5
|
[2.79.5]: https://github.com/taiki-e/install-action/compare/v2.79.4...v2.79.5
|
||||||
|
|||||||
@@ -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: wasm-bindgen-cli
|
||||||
checksum:
|
checksum:
|
||||||
description: Whether to enable checksums (strongly discouraged to disable)
|
description: Whether to enable checksums (strongly discouraged to disable)
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
38
manifests/editorconfig-checker.json
generated
38
manifests/editorconfig-checker.json
generated
@@ -7,6 +7,44 @@
|
|||||||
"3": {
|
"3": {
|
||||||
"version": "3.6.1"
|
"version": "3.6.1"
|
||||||
},
|
},
|
||||||
|
"3.7.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-linux-amd64.tar.gz",
|
||||||
|
"etag": "0x8DEBA822CEFEBD7",
|
||||||
|
"hash": "9a0c3a5170bffa24f9e5f0def53d285777b6c5284a95367f40d399d0b76af552",
|
||||||
|
"bin": "bin/ec-linux-amd64"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-darwin-amd64.tar.gz",
|
||||||
|
"etag": "0x8DEBA822CDDD7B8",
|
||||||
|
"hash": "6cd2e4aa2a374d391e3baeaae43fc28906fd15b09490f5669eee206a63eef00a",
|
||||||
|
"bin": "bin/ec-darwin-amd64"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-windows-amd64.zip",
|
||||||
|
"etag": "0x8DEBA822C7D11CB",
|
||||||
|
"hash": "9c6b8a4cd7ccc5826ab96d34c460f37ab18b9cb50607d3ee9eb743fc47335da7",
|
||||||
|
"bin": "bin/ec-windows-amd64.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-linux-arm64.tar.gz",
|
||||||
|
"etag": "0x8DEBA822D52AB64",
|
||||||
|
"hash": "e978f3f0940469989930311af8e101dd9ce8c2ee4da69264f3d76a3787e961ad",
|
||||||
|
"bin": "bin/ec-linux-arm64"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-darwin-arm64.tar.gz",
|
||||||
|
"etag": "0x8DEBA822CD948FC",
|
||||||
|
"hash": "727e6ef506c6fbe7719cc29c69b495715b64514a00059f3f179077bfad0580e5",
|
||||||
|
"bin": "bin/ec-darwin-arm64"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.7.0/ec-windows-arm64.zip",
|
||||||
|
"etag": "0x8DEBA822D49DBB7",
|
||||||
|
"hash": "249759725d0b7d687cbb87b2eab14147617e1e5e0a6390f6cc12b8c57da98dce",
|
||||||
|
"bin": "bin/ec-windows-arm64.exe"
|
||||||
|
}
|
||||||
|
},
|
||||||
"3.6": {
|
"3.6": {
|
||||||
"version": "3.6.1"
|
"version": "3.6.1"
|
||||||
},
|
},
|
||||||
|
|||||||
5
manifests/knope.json
generated
5
manifests/knope.json
generated
@@ -2,7 +2,10 @@
|
|||||||
"rust_crate": "knope",
|
"rust_crate": "knope",
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.22.4"
|
"version": "0.23.0"
|
||||||
|
},
|
||||||
|
"0.23": {
|
||||||
|
"version": "0.23.0"
|
||||||
},
|
},
|
||||||
"0.23.0": {
|
"0.23.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/parse-dockerfile.json
generated
4
manifests/parse-dockerfile.json
generated
@@ -30,10 +30,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.5"
|
"version": "0.1.6"
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.5"
|
"version": "0.1.6"
|
||||||
},
|
},
|
||||||
"0.1.6": {
|
"0.1.6": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
34
manifests/prek.json
generated
34
manifests/prek.json
generated
@@ -44,6 +44,40 @@
|
|||||||
"0.4": {
|
"0.4": {
|
||||||
"version": "0.4.1"
|
"version": "0.4.1"
|
||||||
},
|
},
|
||||||
|
"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": {
|
"0.4.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEB62868187A74",
|
"etag": "0x8DEB62868187A74",
|
||||||
|
|||||||
80
manifests/tombi.json
generated
80
manifests/tombi.json
generated
@@ -2,7 +2,85 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.7"
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"version": "1.0.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": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-x86_64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB9F29541ECCB",
|
||||||
|
"hash": "de0efe1ae3816c1ef9e2eb79fad19d9bc1bc8deefcd2b002967770438c23a4d8",
|
||||||
|
"bin": "tombi-cli-1.0.0-x86_64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-x86_64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB9F294B9A71B",
|
||||||
|
"hash": "45a597f0e555995daf5ade2ba619ccdfd8c6d1b8aa56e9d4e808faafa13e5e72",
|
||||||
|
"bin": "tombi-cli-1.0.0-x86_64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-x86_64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB9F294C7EEE7",
|
||||||
|
"hash": "945f710543acdec1b3973680f32fb3b9eab32f388cdef59ad974624bd8f2a268"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-aarch64-unknown-linux-musl.tar.gz",
|
||||||
|
"etag": "0x8DEB9F295A3007F",
|
||||||
|
"hash": "82f900ad8c55352d1568e427d852ed47e51fed4ce4351c881aa87f8da1283bbc",
|
||||||
|
"bin": "tombi-cli-1.0.0-aarch64-unknown-linux-musl/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-aarch64-apple-darwin.tar.gz",
|
||||||
|
"etag": "0x8DEB9F294C0A417",
|
||||||
|
"hash": "3211dc10a0b91ec172d2214823de93d19f2fe7ac1be336a81899fbbc2b6c80ff",
|
||||||
|
"bin": "tombi-cli-1.0.0-aarch64-apple-darwin/tombi"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.0.0/tombi-cli-1.0.0-aarch64-pc-windows-msvc.zip",
|
||||||
|
"etag": "0x8DEB9F294C669FB",
|
||||||
|
"hash": "9567264b567821210eee4ae4932cafd6622dadcc92e90cbed37823a53ed49f79"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.7"
|
"version": "0.11.7"
|
||||||
|
|||||||
56
manifests/vacuum.json
generated
56
manifests/vacuum.json
generated
@@ -21,10 +21,62 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.26.6"
|
"version": "0.26.7"
|
||||||
},
|
},
|
||||||
"0.26": {
|
"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": {
|
||||||
|
"etag": "0x8DEBA6C9FFA462C",
|
||||||
|
"hash": "05ba652d7c41c1dc30935bf1e1b5342494c39c69adcbdf9f2bfa0de040c7f1f9"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEBA6C9F4F5CBD",
|
||||||
|
"hash": "f54bea64b6667a282ccc796eacccefab062ba9728f1520c226f8ee0bbe9a3820"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEBA6CA004E89D",
|
||||||
|
"hash": "307581abd6758ce52316141c24e3658b9e5d70832be6183eca467c5eaf8b7f4e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEBA6CA02BA618",
|
||||||
|
"hash": "3c6ebbb2845f7573ee957fc339038dab851deb1d8dba3511c80b02e5f00989db"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEBA6C9F515656",
|
||||||
|
"hash": "a631b8c23d83437b1d9cd2b6bed1e6d22f339775ac2b823abeb7630190dce7a8"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEBA6C9F4BB75F",
|
||||||
|
"hash": "d374f0a4a3cdf8e62b4fe7c8768d6aacb3c96c8276f8ec9fd985ae931e1214c4"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.26.6": {
|
"0.26.6": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ case "$(uname -s)" in
|
|||||||
Darwin)
|
Darwin)
|
||||||
host_os=macos
|
host_os=macos
|
||||||
if [[ "${runner}" == 'macos-15-intel' ]]; then
|
if [[ "${runner}" == 'macos-15-intel' ]]; then
|
||||||
incompat_tools+=(release-plz) # no prebuilt binary
|
incompat_tools+=(martin release-plz) # no prebuilt binary
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
|
MINGW* | MSYS* | CYGWIN* | Windows_NT) host_os=windows ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user