mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 18:10:26 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
525c724fc8 | ||
|
|
94ee00d802 | ||
|
|
10c5910a60 | ||
|
|
c2904cdbd3 | ||
|
|
c2648687d6 | ||
|
|
8cb713e5d4 | ||
|
|
0f94aa2032 | ||
|
|
c0abac7b89 |
22
CHANGELOG.md
22
CHANGELOG.md
@@ -10,6 +10,22 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.22.4] - 2023-12-16
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.4.8.
|
||||
|
||||
## [2.22.3] - 2023-12-16
|
||||
|
||||
- Update `cargo-make@latest` to 0.37.5.
|
||||
|
||||
## [2.22.2] - 2023-12-14
|
||||
|
||||
- Update `cargo-llvm-cov@latest` to 0.5.38.
|
||||
|
||||
## [2.22.1] - 2023-12-12
|
||||
|
||||
- Update `cargo-binstall@latest` to 1.4.7.
|
||||
|
||||
## [2.22.0] - 2023-12-10
|
||||
|
||||
- Support `osv-scanner`. ([#300](https://github.com/taiki-e/install-action/pull/300), thanks @jayvdb)
|
||||
@@ -1495,7 +1511,11 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.0...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.22.4...HEAD
|
||||
[2.22.4]: https://github.com/taiki-e/install-action/compare/v2.22.3...v2.22.4
|
||||
[2.22.3]: https://github.com/taiki-e/install-action/compare/v2.22.2...v2.22.3
|
||||
[2.22.2]: https://github.com/taiki-e/install-action/compare/v2.22.1...v2.22.2
|
||||
[2.22.1]: https://github.com/taiki-e/install-action/compare/v2.22.0...v2.22.1
|
||||
[2.22.0]: https://github.com/taiki-e/install-action/compare/v2.21.27...v2.22.0
|
||||
[2.21.27]: https://github.com/taiki-e/install-action/compare/v2.21.26...v2.21.27
|
||||
[2.21.26]: https://github.com/taiki-e/install-action/compare/v2.21.25...v2.21.26
|
||||
|
||||
16
manifests/cargo-binstall.json
generated
16
manifests/cargo-binstall.json
generated
@@ -21,26 +21,26 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.4.6"
|
||||
"version": "1.4.8"
|
||||
},
|
||||
"1.4.6": {
|
||||
"1.4.8": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "77e13c15c979e2d233290aa4354bf8f6416768cc175ed9aadcb8a46ffe3f4b46"
|
||||
"checksum": "e7921ca08449a5464248a65985a91d137e795637c1eafef253ac4bac68ef4384"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "8f76db704186a0ce87148a31a91ad9101ff2f5ad0b9ff98f19e20f795230c343"
|
||||
"checksum": "89b717f16f5b95387e2599bc251177ce44bdd49532f943373d8fc8b4e8365820"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "787f3568162702b553f7877b7e1e41a1ff88e698d11a54b371b7495d801cd047"
|
||||
"checksum": "39e7440b653388026973bc3eddf77c7186382d1d28f02262ecd37f40a2d8579b"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "887361073d873ab4054257da60df784ae5471262c355074dd9b56fd5a4ec7dd4"
|
||||
"checksum": "0dab5d1c6cad85f4f7c9734527263e31994b14a9b3086fe013babb92ad3dc733"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "ba897e52709139005b148cda8dc8e8efc3f45346e840dec34dbb3f43db453f0b"
|
||||
"checksum": "a1694cdd75e5f988bbed5c9ccf601dfcffc729992c4468f53d8ab869bab28a3d"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"checksum": "1b69501ed825f928575f1f447e73da1989d9f91a0cb61a2b829dac456a74038b"
|
||||
"checksum": "20dd7c72eaae5abbc8095ffef4f59d9e7b3760f5f8ebf977579fa94d14ead565"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
21
manifests/cargo-llvm-cov.json
generated
21
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,27 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.5.37"
|
||||
"version": "0.5.38"
|
||||
},
|
||||
"0.5": {
|
||||
"version": "0.5.37"
|
||||
"version": "0.5.38"
|
||||
},
|
||||
"0.5.38": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "f8820fc550b0d9e78865c0245e7a63ab5b5c88a8825d7a9bdd2e908fd4737317"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "1411bff8ac7dc0338f6d687312cf0d8a2b43623fb41692bfb1536e3fe99ea8dc"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "2b504ac7a3c01a6233dedb4ad28e9103c4de207cdf6440fdb1ef7e929cb78216"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"checksum": "6f359baa623e5d98099ab1978e3d5f06bab0d006735fc262056be87106e37575"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "cf32270e4e9203bfc72a85d514b16ce1f842142cb9adecb2b66e159bee61017f"
|
||||
}
|
||||
},
|
||||
"0.5.37": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
18
manifests/cargo-make.json
generated
18
manifests/cargo-make.json
generated
@@ -19,10 +19,24 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.37.4"
|
||||
"version": "0.37.5"
|
||||
},
|
||||
"0.37": {
|
||||
"version": "0.37.4"
|
||||
"version": "0.37.5"
|
||||
},
|
||||
"0.37.5": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "f02499cd7435bcab6c8d888c3855a95956b4e9c8d3b6a775ad04fb544e112cf7"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "ddb99573bc8c50c08786d14366c1e6940db1d186fb31107be1e0c5cfa6dc8b15"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "174cd7c16a169676ab56d177f4f4609af3a95ca2c9d939f3b3a8d412e324e3d7"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "b6d31f9859e30a5d8f80ee20bcc4f78aa9166670e4b23693a4fa74e03f9fd42a"
|
||||
}
|
||||
},
|
||||
"0.37.4": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
Reference in New Issue
Block a user