mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-01 11:00:26 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d79dff4773 | ||
|
|
fc6ea98761 | ||
|
|
3722252eee |
@@ -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.42.18] - 2024-08-05
|
||||||
|
|
||||||
|
- Update `cargo-tarpaulin@latest` to 0.31.1.
|
||||||
|
|
||||||
|
- Update `cargo-deny@latest` to 0.16.1.
|
||||||
|
|
||||||
## [2.42.17] - 2024-08-04
|
## [2.42.17] - 2024-08-04
|
||||||
|
|
||||||
- Update `knope@latest` to 0.17.0.
|
- Update `knope@latest` to 0.17.0.
|
||||||
@@ -2566,7 +2572,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.42.17...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.42.18...HEAD
|
||||||
|
[2.42.18]: https://github.com/taiki-e/install-action/compare/v2.42.17...v2.42.18
|
||||||
[2.42.17]: https://github.com/taiki-e/install-action/compare/v2.42.16...v2.42.17
|
[2.42.17]: https://github.com/taiki-e/install-action/compare/v2.42.16...v2.42.17
|
||||||
[2.42.16]: https://github.com/taiki-e/install-action/compare/v2.42.15...v2.42.16
|
[2.42.16]: https://github.com/taiki-e/install-action/compare/v2.42.15...v2.42.16
|
||||||
[2.42.15]: https://github.com/taiki-e/install-action/compare/v2.42.14...v2.42.15
|
[2.42.15]: https://github.com/taiki-e/install-action/compare/v2.42.14...v2.42.15
|
||||||
|
|||||||
26
manifests/cargo-deny.json
generated
26
manifests/cargo-deny.json
generated
@@ -24,10 +24,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/EmbarkStudios/cargo-deny/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.16.0"
|
"version": "0.16.1"
|
||||||
},
|
},
|
||||||
"0.16": {
|
"0.16": {
|
||||||
"version": "0.16.0"
|
"version": "0.16.1"
|
||||||
|
},
|
||||||
|
"0.16.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCB53F645CB8D4",
|
||||||
|
"checksum": "9612f02c85effbc97924c91e1e5b20eb51e48206e2627abb80a8f1b152ac0103"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCB53F7E1FD62D",
|
||||||
|
"checksum": "74e0da17be6d25c09a6a8038147ff498e92a75667c654fc39c9cc5bbd68ac842"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCB53FC4A35306",
|
||||||
|
"checksum": "fe69a1481510c51bfca78c26927c8d64476ae8c46f4abc0629a197a34500fed8"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCB53F708123D3",
|
||||||
|
"checksum": "3df23bbdc19f5bf12284cbebde70f8d00587fe416c1fdd92dd1bee858d6bfada"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCB53F449AEB60",
|
||||||
|
"checksum": "9336a1582c43b091c38950c9ebb5fdce7248fa8ce6ad30a65048779ac61f50a1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.16.0": {
|
"0.16.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/cargo-tarpaulin.json
generated
26
manifests/cargo-tarpaulin.json
generated
@@ -19,10 +19,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-MIT) OR [Apache-2.0](https://github.com/xd009642/tarpaulin/blob/develop/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.31.0"
|
"version": "0.31.1"
|
||||||
},
|
},
|
||||||
"0.31": {
|
"0.31": {
|
||||||
"version": "0.31.0"
|
"version": "0.31.1"
|
||||||
|
},
|
||||||
|
"0.31.1": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCB542DB224D2C",
|
||||||
|
"checksum": "d49898d65162ca77b1ae227a033f2d155758db6069fe4caf816cfa15ed8e63f0"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCB542AFB6A91A",
|
||||||
|
"checksum": "5c69e5b2fac580279ecf9c5e8c682e2c57d81fd0556137606d6ddf938ddd2972"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCB542E7194CF8",
|
||||||
|
"checksum": "71612269548eec15853fb0845189d3888848a4b2beb3424f923b2d36801ad2c9"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCB542AFFB7AE9",
|
||||||
|
"checksum": "a3a5a52eb74d51cb477f30c1c7b81909ebb4f5897cf46794463bf65ca933e013"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCB5424EF51919",
|
||||||
|
"checksum": "a21e355cf84e7cf5f0f0a0dc9d1537cac12ba62fd09385b2a1650b7d9c3e3077"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.31.0": {
|
"0.31.0": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user