mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-26 09:00:48 +00:00
Compare commits
10 Commits
v2.75.21
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44c4677a95 | ||
|
|
559ffd1268 | ||
|
|
a452546980 | ||
|
|
9898d2a3a0 | ||
|
|
63de478c5d | ||
|
|
cf525cb33f | ||
|
|
3f558599a1 | ||
|
|
a286306fb8 | ||
|
|
eaa8ab69bf | ||
|
|
2589fc51d9 |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
|
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
|
||||||
- uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
|
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
|
||||||
with:
|
with:
|
||||||
tool: parse-changelog
|
tool: parse-changelog
|
||||||
fallback: none
|
fallback: none
|
||||||
@@ -208,7 +208,7 @@ jobs:
|
|||||||
contents: write # for taiki-e/create-gh-release-action
|
contents: write # for taiki-e/create-gh-release-action
|
||||||
steps:
|
steps:
|
||||||
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
|
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
|
||||||
- uses: taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
|
- uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
|
||||||
with:
|
with:
|
||||||
tool: parse-changelog
|
tool: parse-changelog
|
||||||
fallback: none
|
fallback: none
|
||||||
|
|||||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Update `mise@latest` to 2026.4.20.
|
||||||
|
|
||||||
|
## [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 +6341,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
|
||||||
|
|||||||
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": {
|
||||||
|
|||||||
14
manifests/cargo-sort.json
generated
14
manifests/cargo-sort.json
generated
@@ -23,6 +23,20 @@
|
|||||||
"2.1": {
|
"2.1": {
|
||||||
"version": "2.1.3"
|
"version": "2.1.3"
|
||||||
},
|
},
|
||||||
|
"2.1.4": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DEA2B427453DC9",
|
||||||
|
"hash": "c10fdf954e51221d63743884aaf6ee5d576464abdc4965b395e3ec26948072ee"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA2B44F072C94",
|
||||||
|
"hash": "0c59ef2433e523e060909cdfa678969eaa81a44fdc4313cb5a1a9592e8ded2b3"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA2B420DAFA52",
|
||||||
|
"hash": "d2091a14be8482d8771ac379ef46a9501d678cee000a5e855490009fad3a65a3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"2.1.3": {
|
"2.1.3": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
"etag": "0x8DE852F31BF367E",
|
"etag": "0x8DE852F31BF367E",
|
||||||
|
|||||||
44
manifests/cargo-tarpaulin.json
generated
44
manifests/cargo-tarpaulin.json
generated
@@ -23,6 +23,50 @@
|
|||||||
"0.35": {
|
"0.35": {
|
||||||
"version": "0.35.2"
|
"version": "0.35.2"
|
||||||
},
|
},
|
||||||
|
"0.35.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA2A058109F8F",
|
||||||
|
"hash": "bc60f0668389edd48b112c4ecc7374d3180f522cf933b7fcb3486a447f24aef8"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA29FED382280",
|
||||||
|
"hash": "a48eb40fc541a440ac0e62a22bfb7984819a1409591b4ce7e20d3d1a01625e96"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA29FE6F1DA8E",
|
||||||
|
"hash": "6d51cfca33da65079392c55b2506705f8dcf518337a9a68f619d4de14c5aa5e6"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA29FD9717357",
|
||||||
|
"hash": "0ca28350061a6b3f4e40685472434ba56082de992022b667ec7fdb5433f186c6"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA2A01A31E15B",
|
||||||
|
"hash": "fd4433bd3d5e930cda6571b2b2cded2d859ee8cb10bc72245201bada707999b8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"0.35.3": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA298DDF784C5",
|
||||||
|
"hash": "1728506eff323e9e6908fa4de88f931f4c52a46f4bdb87a768bab819ae3a1ee0"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA2985EB8F923",
|
||||||
|
"hash": "f1373a539becba1604f12b10fafd42ec3818b30075696f6785b1c880f1d44222"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DEA2985F93E3F9",
|
||||||
|
"hash": "728df0c01ed906a66df6da57d52b4427e3fe52e0684ec8d1ce6d353b48bf8a69"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA298D6C6614C",
|
||||||
|
"hash": "34843dd46fdf13988bfdfa9021a91e942b00ddbe38277a45cbcc70eade8655b0"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA29889111947",
|
||||||
|
"hash": "6bcc479f1dd38e191dd50fb4da7d6b11de158c7bb5cbe084407aca003c34d9d5"
|
||||||
|
}
|
||||||
|
},
|
||||||
"0.35.2": {
|
"0.35.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
"etag": "0x8DE6F730D7B6D84",
|
"etag": "0x8DE6F730D7B6D84",
|
||||||
|
|||||||
18
manifests/martin.json
generated
18
manifests/martin.json
generated
@@ -36,6 +36,24 @@
|
|||||||
"1": {
|
"1": {
|
||||||
"version": "1.6.0"
|
"version": "1.6.0"
|
||||||
},
|
},
|
||||||
|
"1.7.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DEA2D8D2DD9B3B",
|
||||||
|
"hash": "a9b0ed13e7f31964940e3504d0eeb481669b01e3d8b303db56d64b03decc0e2b"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DEA2D8D1EE54B5",
|
||||||
|
"hash": "50b5293d93e6cbb3d1f7dd590c7fec96f24edc05acaac710096ca535712da4c8"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DEA2D8D1EC342E",
|
||||||
|
"hash": "ea8e848dde503b77f9f8cbc4820c51cbc310a30eb7c4c3d10ecfedfc4781e687"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DEA2D8D1FFF41D",
|
||||||
|
"hash": "582aceb8eff0da07c0e78ce74ffccc12da5c18fa261aef7630ac2e6afcc8c313"
|
||||||
|
}
|
||||||
|
},
|
||||||
"1.6": {
|
"1.6": {
|
||||||
"version": "1.6.0"
|
"version": "1.6.0"
|
||||||
},
|
},
|
||||||
|
|||||||
32
manifests/mise.json
generated
32
manifests/mise.json
generated
@@ -27,13 +27,39 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "2026.4.19"
|
"version": "2026.4.20"
|
||||||
},
|
},
|
||||||
"2026": {
|
"2026": {
|
||||||
"version": "2026.4.19"
|
"version": "2026.4.20"
|
||||||
},
|
},
|
||||||
"2026.4": {
|
"2026.4": {
|
||||||
"version": "2026.4.19"
|
"version": "2026.4.20"
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
|
|||||||
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