mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 10:30:23 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
20ee8ce7aa | ||
|
|
1329c298aa | ||
|
|
96c62cdc99 | ||
|
|
abdbfdb6fc | ||
|
|
46a5a07a30 | ||
|
|
4e4fd8b0ce | ||
|
|
4cc48d2e0b | ||
|
|
01898f15fa | ||
|
|
2dcb219ec6 |
13
CHANGELOG.md
13
CHANGELOG.md
@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.75.25] - 2026-04-28
|
||||||
|
|
||||||
|
- Update `uv@latest` to 0.11.8.
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.45.2.
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.9.25.
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.24.
|
||||||
|
|
||||||
## [2.75.24] - 2026-04-28
|
## [2.75.24] - 2026-04-28
|
||||||
|
|
||||||
- Update `prek@latest` to 0.3.11.
|
- Update `prek@latest` to 0.3.11.
|
||||||
@@ -6363,7 +6373,8 @@ 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.24...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.25...HEAD
|
||||||
|
[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
|
||||||
[2.75.22]: https://github.com/taiki-e/install-action/compare/v2.75.21...v2.75.22
|
[2.75.22]: https://github.com/taiki-e/install-action/compare/v2.75.21...v2.75.22
|
||||||
|
|||||||
@@ -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: prek
|
||||||
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
@@ -15,6 +15,12 @@
|
|||||||
"3.6": {
|
"3.6": {
|
||||||
"version": "3.6.3"
|
"version": "3.6.3"
|
||||||
},
|
},
|
||||||
|
"3.6.4": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA528E26D5EF0",
|
||||||
|
"hash": "3a95dff12baba70efe3a050a3ad94149ace73114c5af988d34073183e09dd584"
|
||||||
|
}
|
||||||
|
},
|
||||||
"3.6.3": {
|
"3.6.3": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
"etag": "0x8DE63F58EBB06E1",
|
"etag": "0x8DE63F58EBB06E1",
|
||||||
|
|||||||
18
manifests/martin.json
generated
18
manifests/martin.json
generated
@@ -36,6 +36,24 @@
|
|||||||
"1": {
|
"1": {
|
||||||
"version": "1.7.0"
|
"version": "1.7.0"
|
||||||
},
|
},
|
||||||
|
"1.8.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA51C82B100CC",
|
||||||
|
"hash": "e633b553663ecf69b82f88235fdfc720c2cdb6390f0414837c6577b1e937d7ab"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA51C81E01D4A",
|
||||||
|
"hash": "a80eeb3e37fd6127dbca77b965a4fba6f74d75029d69f2c73fdb195bf4cb3b82"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA51C81AB1841",
|
||||||
|
"hash": "268d5865668d85fdd583d8bc59d8a21ff90502e44340d50a95b9adca10b65af3"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA51C81A8D0DD",
|
||||||
|
"hash": "e6bef9defe12697f3aab6daeb9889645ce447cef91ff82f3eaa24174965ee018"
|
||||||
|
}
|
||||||
|
},
|
||||||
"1.7": {
|
"1.7": {
|
||||||
"version": "1.7.0"
|
"version": "1.7.0"
|
||||||
},
|
},
|
||||||
|
|||||||
32
manifests/mise.json
generated
32
manifests/mise.json
generated
@@ -27,13 +27,39 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.4.23"
|
"version": "2026.4.24"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.4.23"
|
"version": "2026.4.24"
|
||||||
},
|
},
|
||||||
"2026.4": {
|
"2026.4": {
|
||||||
"version": "2026.4.23"
|
"version": "2026.4.24"
|
||||||
|
},
|
||||||
|
"2026.4.25": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA5227685D845",
|
||||||
|
"hash": "238b647dafef3afc5f74892a1f58cdeadf8682fe54d5dabaefa114f72bca6453"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA5227989E63B",
|
||||||
|
"hash": "d0a0f670c28b823e35d4a8ad963ebcf1402db55205575ebe0357bf40ac469283"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA5227B378709",
|
||||||
|
"hash": "d7e2d58adc30e52f45af4a8e3dcf031b6af341f425918741439a5e35526ddfae"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA52271E57B1A",
|
||||||
|
"hash": "41ab437afbf42ec653329308374df8da39e5a32805327994e75c8b50b470a06b"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA5227934377B",
|
||||||
|
"hash": "6ebafb7f53bdebf0cf76c86b174e742e6321f45597ae9a5e6fafa460396d99d2"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA5227A9F74C9",
|
||||||
|
"hash": "5a311314c3ac9487d91efc6fc5b35b4f934fbed03d0f6a01e21188a5c84892b3"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"2026.4.24": {
|
"2026.4.24": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/tombi.json
generated
4
manifests/tombi.json
generated
@@ -2,10 +2,10 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.9.24"
|
"version": "0.9.25"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.24"
|
"version": "0.9.25"
|
||||||
},
|
},
|
||||||
"0.9.25": {
|
"0.9.25": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
6
manifests/typos.json
generated
6
manifests/typos.json
generated
@@ -21,13 +21,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.45.1"
|
"version": "1.45.2"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.45.1"
|
"version": "1.45.2"
|
||||||
},
|
},
|
||||||
"1.45": {
|
"1.45": {
|
||||||
"version": "1.45.1"
|
"version": "1.45.2"
|
||||||
},
|
},
|
||||||
"1.45.2": {
|
"1.45.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
4
manifests/uv.json
generated
4
manifests/uv.json
generated
@@ -68,10 +68,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.11.7"
|
"version": "0.11.8"
|
||||||
},
|
},
|
||||||
"0.11": {
|
"0.11": {
|
||||||
"version": "0.11.7"
|
"version": "0.11.8"
|
||||||
},
|
},
|
||||||
"0.11.8": {
|
"0.11.8": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
22
manifests/wasm-tools.json
generated
22
manifests/wasm-tools.json
generated
@@ -28,6 +28,28 @@
|
|||||||
"1": {
|
"1": {
|
||||||
"version": "1.247.0"
|
"version": "1.247.0"
|
||||||
},
|
},
|
||||||
|
"1.248.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA544010D2FF2",
|
||||||
|
"hash": "dcd7d587b0f4644aabc85cd4471cb795de84f36a68ee01201d5261f87c0d6349"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA544012D1727",
|
||||||
|
"hash": "188568c2990bb4c09a0936d84bfb6255199f97e4844cd45f418b59c3d6238788"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA5440158632D",
|
||||||
|
"hash": "09063f9c0bc07f412d58a8c1a0202260231d8a94a9dfb7b81892d517de995c1c"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA544008758A3",
|
||||||
|
"hash": "cb7a3ae7a79aeb3dbcdb1d06eedea7bb45e6d5c7a21e960e14e45d582b2b9f97"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA544007DED65",
|
||||||
|
"hash": "4e03e9e342176a9c52e0c25b9707c7f809daeb0f4986742258c69749681efe79"
|
||||||
|
}
|
||||||
|
},
|
||||||
"1.247": {
|
"1.247": {
|
||||||
"version": "1.247.0"
|
"version": "1.247.0"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user