mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 10:00:26 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56763447c1 | ||
|
|
8a192a7d6e | ||
|
|
ac7879e9df | ||
|
|
b84a67db1f | ||
|
|
9fd87eb1c0 | ||
|
|
cf6e29bacc | ||
|
|
ae158c407e | ||
|
|
8cc02a3e23 | ||
|
|
7d35a2f35e | ||
|
|
47d27149ff | ||
|
|
52e5225feb |
29
CHANGELOG.md
29
CHANGELOG.md
@@ -10,6 +10,28 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.20.7] - 2023-10-18
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.11.
|
||||
|
||||
## [2.20.6] - 2023-10-17
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.10.
|
||||
|
||||
## [2.20.5] - 2023-10-17
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.34.
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.9.
|
||||
|
||||
## [2.20.4] - 2023-10-17
|
||||
|
||||
- Update `cargo-udeps@latest` to 0.1.43.
|
||||
|
||||
## [2.20.3] - 2023-10-12
|
||||
|
||||
- Update `just@latest` to 1.15.0.
|
||||
|
||||
## [2.20.2] - 2023-10-11
|
||||
|
||||
- Update `syft@latest` to 0.93.0.
|
||||
@@ -1297,7 +1319,12 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.20.2...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.20.7...HEAD
|
||||
[2.20.7]: https://github.com/taiki-e/install-action/compare/v2.20.6...v2.20.7
|
||||
[2.20.6]: https://github.com/taiki-e/install-action/compare/v2.20.5...v2.20.6
|
||||
[2.20.5]: https://github.com/taiki-e/install-action/compare/v2.20.4...v2.20.5
|
||||
[2.20.4]: https://github.com/taiki-e/install-action/compare/v2.20.3...v2.20.4
|
||||
[2.20.3]: https://github.com/taiki-e/install-action/compare/v2.20.2...v2.20.3
|
||||
[2.20.2]: https://github.com/taiki-e/install-action/compare/v2.20.1...v2.20.2
|
||||
[2.20.1]: https://github.com/taiki-e/install-action/compare/v2.20.0...v2.20.1
|
||||
[2.20.0]: https://github.com/taiki-e/install-action/compare/v2.19.4...v2.20.0
|
||||
|
||||
82
manifests/cargo-hack.json
generated
82
manifests/cargo-hack.json
generated
@@ -2,10 +2,88 @@
|
||||
"rust_crate": "cargo-hack",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.6.8"
|
||||
"version": "0.6.11"
|
||||
},
|
||||
"0.6": {
|
||||
"version": "0.6.8"
|
||||
"version": "0.6.11"
|
||||
},
|
||||
"0.6.11": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.11/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "b1caecd3cdb0aa2ecf5981bd3ca7736fc9931fa8500674b49ca9d816e416cf7a"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.11/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "6819242f22bb219b9955dccc2075b4edf3b11b28b362e9c219789ff829878524"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.11/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "8cb102297aecad58454ac6f70773908ab68e89a0585c2fbf23bb103c44466bdb"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.11/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "dcd8d5b7e8baa1a449beef0dd43c6c9fb724c950febb5a3f0ffa3bb326f18918"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.11/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "c30a4842af20ff8edff34a5d72e1f8b193156f6625840e0a8451af2a6995ffaf"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.11/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "a8ff741f14968ec74f518b9ce427c3c3ae78e97b87f7d5ef3d76bb61aefd8cd3"
|
||||
}
|
||||
},
|
||||
"0.6.10": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.10/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "61396b1c1b96faecccdf2af78e91a0f015c161573debbd3a92f36452cf0736bf"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.10/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "44564f6deec6e514d30e6b18e0c5ac5d8c444a5cfce6216d747ef0b1ca57fea1"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.10/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "ac37e52f6bd0e55a34386d57f96f3b1e5ef72e2f844d701c128ec14dab64ea6a"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.10/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "872fffcdb7cbb1e66c5d7c9e292bb28458a8e575b400d768842a46a181fc76f1"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.10/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "e3d9a5cbee1f0a91e07721ac483525f98e0887ed9ba8058de55449cf71b9aa2f"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.10/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "e77a9ddcc0df20f254354d7cc3c2992908e1621a471e1c43df55b47867153582"
|
||||
}
|
||||
},
|
||||
"0.6.9": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.9/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "4be65b3c79683d4846ef16bf7b3d53f585076ab708f53a5ec0698f7c8f690ceb"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.9/cargo-hack-x86_64-apple-darwin.tar.gz",
|
||||
"checksum": "e478a9ebccf092e7590647f2d8deb80089c46fa2023d00c22cd569add98f017f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.9/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "d53025b3b46fa2b67a192bc63508a3efc81011799bd107790615bded974fe2fd"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.9/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
|
||||
"checksum": "8843746d9edc9ec342c7e23cabff801ba6e9bb3f5fb7019d75a82b05fce566f9"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.9/cargo-hack-aarch64-apple-darwin.tar.gz",
|
||||
"checksum": "af11df14efd96bc28621ae89019ac9fff48daa80c526d2cb8ccd7e4a748bf882"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.9/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
|
||||
"checksum": "5bb0b04244ed9a621ce76148103de1e9e25d5db77744391cddeefa5860f45cf2"
|
||||
}
|
||||
},
|
||||
"0.6.8": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
21
manifests/cargo-llvm-cov.json
generated
21
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.5.33"
|
||||
"version": "0.5.34"
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.33"
|
||||
"version": "0.5.34"
|
||||
},
|
||||
"0.5.34": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "2d312925ea2178de060b5628c899f44f6a162ce621a87de8c3aa0658573f9641"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "f36ffdc068216d65618bced4213177a22f9fae8539070acdff4b84757940c98f"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "62dc60bfb3cde60e59840c72caafe698dfe0d01c63544a31df1d8c40fc924906"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "96ea303a801f640a205c3e53bd240ee22c51e02a4feb90ab879882ed9b774247"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "81eb3dc6dec49c1eb1a9eb5cbdd40395dbf62541be655c4df3ebb09276a5c0b1"
|
||||
}
|
||||
},
|
||||
"0.5.33": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/cargo-udeps.json
generated
24
manifests/cargo-udeps.json
generated
@@ -31,10 +31,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.1.42"
|
||||
"version": "0.1.43"
|
||||
},
|
||||
"0.1": {
|
||||
"version": "0.1.42"
|
||||
"version": "0.1.43"
|
||||
},
|
||||
"0.1.43": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "325d25f63df833d2fbacaee71997a628088ddc2c5f73c0c0a93ebacb3b773d16"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "f569ddb4c5a3ca5b881219df860bdb589fb9fcdf091a7eac69dc69ef2b69f39b"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "d25982e539042e919a4a8da82028f5922ce8d891c89ea7e3754545beb383b94e"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "456b5a24f702bf33ddb96d96e79fe22b60d295fd4777de4b46b91807bfb3c50e"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "29896a416e4d57426ab67df05d50a909ce749c727b7d6c041116e5254e97e882"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "75782b445a16311643a31d68e252a526a21c9d525923fdd8b09f5e0bd6f7107c"
|
||||
}
|
||||
},
|
||||
"0.1.42": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
24
manifests/just.json
generated
24
manifests/just.json
generated
@@ -18,10 +18,30 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.14.0"
|
||||
"version": "1.15.0"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.14.0"
|
||||
"version": "1.15.0"
|
||||
},
|
||||
"1.15": {
|
||||
"version": "1.15.0"
|
||||
},
|
||||
"1.15.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "1e4bed6f63f5f3e99a081336b233a795119e514addcabf8332373efc1b9b3b6f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "d61a87d3c65462ed77ec7fc14b42b6117529504c28b202a028fdd8b6f69e7e23"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "552a629af3636b43e02c6ad5b0366ad59e750b1f9d3d8fce941f9f04500bed39"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "12ce2fea454b73016f4536274f95cc0ac3c8d30c279cb36b7d8eb6a9331fcf89"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "b153f93b777589fa02a2159d781ae77fc06e6f678ad7ff4cb4310c4821f79868"
|
||||
}
|
||||
},
|
||||
"1.14": {
|
||||
"version": "1.14.0"
|
||||
|
||||
Reference in New Issue
Block a user