mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-17 17:40:17 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
710817a164 | ||
|
|
eec7b0b668 | ||
|
|
8e9377b366 |
@@ -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.67.13] - 2026-01-26
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.42.2.
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.8.1.
|
||||||
|
|
||||||
## [2.67.12] - 2026-01-26
|
## [2.67.12] - 2026-01-26
|
||||||
|
|
||||||
- Update `cargo-llvm-cov@latest` to 0.8.0.
|
- Update `cargo-llvm-cov@latest` to 0.8.0.
|
||||||
@@ -5471,7 +5477,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.67.12...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.13...HEAD
|
||||||
|
[2.67.13]: https://github.com/taiki-e/install-action/compare/v2.67.12...v2.67.13
|
||||||
[2.67.12]: https://github.com/taiki-e/install-action/compare/v2.67.11...v2.67.12
|
[2.67.12]: https://github.com/taiki-e/install-action/compare/v2.67.11...v2.67.12
|
||||||
[2.67.11]: https://github.com/taiki-e/install-action/compare/v2.67.10...v2.67.11
|
[2.67.11]: https://github.com/taiki-e/install-action/compare/v2.67.10...v2.67.11
|
||||||
[2.67.10]: https://github.com/taiki-e/install-action/compare/v2.67.9...v2.67.10
|
[2.67.10]: https://github.com/taiki-e/install-action/compare/v2.67.9...v2.67.10
|
||||||
|
|||||||
42
manifests/cargo-llvm-cov.json
generated
42
manifests/cargo-llvm-cov.json
generated
@@ -31,10 +31,48 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
|
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.8.0"
|
"version": "0.8.1"
|
||||||
},
|
},
|
||||||
"0.8": {
|
"0.8": {
|
||||||
"version": "0.8.0"
|
"version": "0.8.1"
|
||||||
|
},
|
||||||
|
"0.8.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE5CFD61DCE66D",
|
||||||
|
"checksum": "9263f13fed792d8cf57512f749ec43a3e38ac006b66e26f0bd7bbe98a392eb38"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE5CFDA769FF88",
|
||||||
|
"checksum": "933284e1d18724077339a17eca322f42ae1c62915fda722b88e6cd7bb0311598"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE5CFD6C16F041",
|
||||||
|
"checksum": "99ac1e0b8f3a606b756a404beebf2f93f4d2091510f55d6397785eb4a078ac4b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE5CFD8003131A",
|
||||||
|
"checksum": "525141112890d991d1ca5297a283c9bae606964154600399b1c42e96ee131979"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE5CFDDFFBEEC9",
|
||||||
|
"checksum": "ec06f7cd5077c032a6738244de79fdf8a679163b2b80a7e07f4196cf11ccc4b1"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE5CFD78EC60DD",
|
||||||
|
"checksum": "d246a95765e95afa35f572d23db27f78e0c681ad703e45190cb8820338914509"
|
||||||
|
},
|
||||||
|
"powerpc64le_linux_musl": {
|
||||||
|
"etag": "0x8DE5CFD8C7AEE74",
|
||||||
|
"checksum": "bec1f0ced6d71cce83b1112ce7803280a3a25e67e85521609c1e891912ae9b6b"
|
||||||
|
},
|
||||||
|
"riscv64_linux_musl": {
|
||||||
|
"etag": "0x8DE5CFD96938ED2",
|
||||||
|
"checksum": "dd70ed13ff13d01388c0c01bf833b0470c12ecd5d47be420dc4b6e10902a7ee5"
|
||||||
|
},
|
||||||
|
"s390x_linux_gnu": {
|
||||||
|
"etag": "0x8DE5CFD97258DBC",
|
||||||
|
"checksum": "1f395b81cd8d47ecbfb18deeec191bf01c648eed454e9e14ea24a36f709a2048"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.8.0": {
|
"0.8.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
28
manifests/typos.json
generated
28
manifests/typos.json
generated
@@ -22,13 +22,35 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "1.42.1"
|
"version": "1.42.2"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.42.1"
|
"version": "1.42.2"
|
||||||
},
|
},
|
||||||
"1.42": {
|
"1.42": {
|
||||||
"version": "1.42.1"
|
"version": "1.42.2"
|
||||||
|
},
|
||||||
|
"1.42.2": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE5CF915751196",
|
||||||
|
"checksum": "37f00ba356b563cdae96eb199d54983ff445018e7016e71a111ce0c17bb7c409"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE5CF941574D4A",
|
||||||
|
"checksum": "9e3f306841c137c6d8a3a5c242abde006349ce161f396e652596a8737d198a00"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE5CF901C6EC05",
|
||||||
|
"checksum": "9f3a3e1f5260f67894fda77431304e1c715909d85461d7bb268942e06590dd9f"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE5CF8D66902C0",
|
||||||
|
"checksum": "71a19e52c436a7366a236e2b0c8ec94fc60912efeae27ec4aa56612ffe97ef1a"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE5CF903EE1729",
|
||||||
|
"checksum": "af3e2cd1e2918d4f13488a288fc2ae8045bfbcf62f01a266743b19e3b43400fb"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.42.1": {
|
"1.42.1": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user