mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-23 15:50:40 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ffe29a8b1 | ||
|
|
fad0a2f750 | ||
|
|
c2262caf0b | ||
|
|
87eb4c905f | ||
|
|
d41099f7a5 | ||
|
|
0dd94756ca |
17
CHANGELOG.md
17
CHANGELOG.md
@@ -10,6 +10,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.44.33] - 2024-10-12
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.6.14.
|
||||||
|
|
||||||
|
## [2.44.32] - 2024-10-12
|
||||||
|
|
||||||
|
- Update `cargo-make@latest` to 0.37.22.
|
||||||
|
|
||||||
|
## [2.44.31] - 2024-10-11
|
||||||
|
|
||||||
|
- Update `wasm-bindgen@latest` to 0.2.95.
|
||||||
|
|
||||||
## [2.44.30] - 2024-10-10
|
## [2.44.30] - 2024-10-10
|
||||||
|
|
||||||
- Update `wasm-bindgen@latest` to 0.2.94.
|
- Update `wasm-bindgen@latest` to 0.2.94.
|
||||||
@@ -2876,7 +2888,10 @@ 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.44.30...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.33...HEAD
|
||||||
|
[2.44.33]: https://github.com/taiki-e/install-action/compare/v2.44.32...v2.44.33
|
||||||
|
[2.44.32]: https://github.com/taiki-e/install-action/compare/v2.44.31...v2.44.32
|
||||||
|
[2.44.31]: https://github.com/taiki-e/install-action/compare/v2.44.30...v2.44.31
|
||||||
[2.44.30]: https://github.com/taiki-e/install-action/compare/v2.44.29...v2.44.30
|
[2.44.30]: https://github.com/taiki-e/install-action/compare/v2.44.29...v2.44.30
|
||||||
[2.44.29]: https://github.com/taiki-e/install-action/compare/v2.44.28...v2.44.29
|
[2.44.29]: https://github.com/taiki-e/install-action/compare/v2.44.28...v2.44.29
|
||||||
[2.44.28]: https://github.com/taiki-e/install-action/compare/v2.44.27...v2.44.28
|
[2.44.28]: https://github.com/taiki-e/install-action/compare/v2.44.27...v2.44.28
|
||||||
|
|||||||
26
manifests/cargo-llvm-cov.json
generated
26
manifests/cargo-llvm-cov.json
generated
@@ -19,10 +19,32 @@
|
|||||||
},
|
},
|
||||||
"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.6.13"
|
"version": "0.6.14"
|
||||||
},
|
},
|
||||||
"0.6": {
|
"0.6": {
|
||||||
"version": "0.6.13"
|
"version": "0.6.14"
|
||||||
|
},
|
||||||
|
"0.6.14": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEAA96B7E3196",
|
||||||
|
"checksum": "08f67d6dc9d2ae0b6516aebd9a7f95777f9a4a68df86bee9f7597e7b56321673"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEAA9A5937F03",
|
||||||
|
"checksum": "673d53e366cfa17b4b543af8a6420337e0b65ec8edfb88241dc8f9d19d1e3856"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEAA9CA2BC6CF",
|
||||||
|
"checksum": "1187cf6ed6531acb18caf07433344e8cc7ac6f5e9508706b18e37535812f5d1a"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DCEAA96C4499E0",
|
||||||
|
"checksum": "08de4a6ad422d38b680af5fd82312970b4ab3615f418d4af580a2c65d9e89f89"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEAA97A024E2B",
|
||||||
|
"checksum": "2deb2afcadb6e6e98472bf024f93c28e5233be139be564a40955ce2d31e19cf8"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.6.13": {
|
"0.6.13": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
22
manifests/cargo-make.json
generated
22
manifests/cargo-make.json
generated
@@ -20,10 +20,28 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE)",
|
"license_markdown": "[Apache-2.0](https://github.com/sagiegurari/cargo-make/blob/master/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.37.21"
|
"version": "0.37.22"
|
||||||
},
|
},
|
||||||
"0.37": {
|
"0.37": {
|
||||||
"version": "0.37.21"
|
"version": "0.37.22"
|
||||||
|
},
|
||||||
|
"0.37.22": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCEA8D25D8C323",
|
||||||
|
"checksum": "b45c91ccbcb0d086cde0be9ad1b6688ee3a1558356a0218c50e0d92e36d7ac2f"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCEA8D6C3DEDF6",
|
||||||
|
"checksum": "cd40a4ae2c33e5c4ce3ad5f4fbc70da9c2ade90a586fbdbd26c5bd128c0b0417"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCEA8D399F871E",
|
||||||
|
"checksum": "ff451f4b56c331691be05f79fb24e1107350850d8d0cde6d3c7e0b315244bece"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCEA8CD8C8EA37",
|
||||||
|
"checksum": "970ae477bc6dcb1ad88672bd4adcaa5cc0a2caf27e2b467adcce6ed56634087d"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.37.21": {
|
"0.37.21": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/wasm-bindgen.json
generated
26
manifests/wasm-bindgen.json
generated
@@ -44,10 +44,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/rustwasm/wasm-bindgen/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.2.94"
|
"version": "0.2.95"
|
||||||
},
|
},
|
||||||
"0.2": {
|
"0.2": {
|
||||||
"version": "0.2.94"
|
"version": "0.2.95"
|
||||||
|
},
|
||||||
|
"0.2.95": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DCE978CDFDBF30",
|
||||||
|
"checksum": "9b968263a372a6708bb5a7784053ea1b86aa9e93d17ec4d9b1dff9fc996bc53d"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DCE978CDFADC3A",
|
||||||
|
"checksum": "2ec693ed5a10a721b916aebd3aecd296d0d4a907600a3ec41750fee67cc20942"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DCE978CDF82031",
|
||||||
|
"checksum": "d751fddd2b6b64ee72897d090c1c1a31d4cdc13fda003b4e525792b9d1eba550"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DCE978CDFEF650",
|
||||||
|
"checksum": "78c8a6100d1bc26f5a7ccc64f0c2ce22d6ed69d5aab97584b57b264a9498ccd4"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DCE978CDE9FF39",
|
||||||
|
"checksum": "7d924ae562494e7bbdd81ce673ebdcfd1b343d0b00850587035a85bbbaf0ab7c"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.2.94": {
|
"0.2.94": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user