mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-25 08:40:31 +00:00
Compare commits
6 Commits
v2.75.21
...
releases/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c792100d15 | ||
|
|
cf525cb33f | ||
|
|
3f558599a1 | ||
|
|
a286306fb8 | ||
|
|
eaa8ab69bf | ||
|
|
2589fc51d9 |
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.75.22] - 2026-04-25
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.9.22.
|
||||||
|
|
||||||
|
- Update `biome@latest` to 2.4.13.
|
||||||
|
|
||||||
## [2.75.21] - 2026-04-24
|
## [2.75.21] - 2026-04-24
|
||||||
|
|
||||||
- Update `mise@latest` to 2026.4.19.
|
- Update `mise@latest` to 2026.4.19.
|
||||||
@@ -6333,7 +6339,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.21...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.75.22...HEAD
|
||||||
|
[2.75.22]: https://github.com/taiki-e/install-action/compare/v2.75.21...v2.75.22
|
||||||
[2.75.21]: https://github.com/taiki-e/install-action/compare/v2.75.20...v2.75.21
|
[2.75.21]: https://github.com/taiki-e/install-action/compare/v2.75.20...v2.75.21
|
||||||
[2.75.20]: https://github.com/taiki-e/install-action/compare/v2.75.19...v2.75.20
|
[2.75.20]: https://github.com/taiki-e/install-action/compare/v2.75.19...v2.75.20
|
||||||
[2.75.19]: https://github.com/taiki-e/install-action/compare/v2.75.18...v2.75.19
|
[2.75.19]: https://github.com/taiki-e/install-action/compare/v2.75.18...v2.75.19
|
||||||
|
|||||||
@@ -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: grcov
|
||||||
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/biome.json
generated
6
manifests/biome.json
generated
@@ -2,13 +2,13 @@
|
|||||||
"rust_crate": null,
|
"rust_crate": null,
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2.4.12"
|
"version": "2.4.13"
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"version": "2.4.12"
|
"version": "2.4.13"
|
||||||
},
|
},
|
||||||
"2.4": {
|
"2.4": {
|
||||||
"version": "2.4.12"
|
"version": "2.4.13"
|
||||||
},
|
},
|
||||||
"2.4.13": {
|
"2.4.13": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/mise.json
generated
26
manifests/mise.json
generated
@@ -35,6 +35,32 @@
|
|||||||
"2026.4": {
|
"2026.4": {
|
||||||
"version": "2026.4.19"
|
"version": "2026.4.19"
|
||||||
},
|
},
|
||||||
|
"2026.4.20": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA1F73CD03817",
|
||||||
|
"hash": "b45fafb4dac8468045575671e881888c8bea5c3ba3450805a1d068bc6fe34f9b"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA1F746AAB073",
|
||||||
|
"hash": "1b1fd7e0c4b2c5950ab4cf5df5b560b5ab5cce18f9e772e38248974dcee7ec2e"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA1F75EB4F213",
|
||||||
|
"hash": "b25a0edadf7398586f1dd721410cf3528f8ac13d9a9dd280d2f982273af2137e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA1F735D92407",
|
||||||
|
"hash": "18fee09da992de537c563e07f352341a7bd6f1fbbdeda3b86d7a0d19a35975ae"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA1F742C52FB7",
|
||||||
|
"hash": "d9278c027385e1ff90fe1a57c7a25ab71da906f9f184e148278c9efa5d6ddcc6"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA1F780F740FF",
|
||||||
|
"hash": "24e03b67a95d6be74d166f2da56c155fd531d9ef1b2c18ea97228b9608c94d83"
|
||||||
|
}
|
||||||
|
},
|
||||||
"2026.4.19": {
|
"2026.4.19": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DEA0D59752D510",
|
"etag": "0x8DEA0D59752D510",
|
||||||
|
|||||||
14
manifests/tombi.json
generated
14
manifests/tombi.json
generated
@@ -21,10 +21,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.9.21"
|
"version": "0.9.22"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.21"
|
"version": "0.9.22"
|
||||||
|
},
|
||||||
|
"0.9.23": {
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA269DE2F7DB2",
|
||||||
|
"hash": "a3ea84d420e3a4f8097efaf61ff0236d90373a1d3e5c9ce0bc614f26d4350c8a"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DEA269DE2AA129",
|
||||||
|
"hash": "2890803bab15a39e7b98749429d8db9c8fb1a3e832fb1a89a3160b5eb914d4fe"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.9.22": {
|
"0.9.22": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user