mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-17 01:20:23 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bca437466a | ||
|
|
1981e18081 | ||
|
|
fe04be912f |
@@ -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.16.5] - 2023-08-24
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 12.0.1.
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.5.31.
|
||||||
|
|
||||||
## [2.16.4] - 2023-08-23
|
## [2.16.4] - 2023-08-23
|
||||||
|
|
||||||
- Update `cargo-llvm-cov@latest` to 0.5.30.
|
- Update `cargo-llvm-cov@latest` to 0.5.30.
|
||||||
@@ -1107,7 +1113,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.16.4...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.16.5...HEAD
|
||||||
|
[2.16.5]: https://github.com/taiki-e/install-action/compare/v2.16.4...v2.16.5
|
||||||
[2.16.4]: https://github.com/taiki-e/install-action/compare/v2.16.3...v2.16.4
|
[2.16.4]: https://github.com/taiki-e/install-action/compare/v2.16.3...v2.16.4
|
||||||
[2.16.3]: https://github.com/taiki-e/install-action/compare/v2.16.2...v2.16.3
|
[2.16.3]: https://github.com/taiki-e/install-action/compare/v2.16.2...v2.16.3
|
||||||
[2.16.2]: https://github.com/taiki-e/install-action/compare/v2.16.1...v2.16.2
|
[2.16.2]: https://github.com/taiki-e/install-action/compare/v2.16.1...v2.16.2
|
||||||
|
|||||||
21
manifests/cargo-llvm-cov.json
generated
21
manifests/cargo-llvm-cov.json
generated
@@ -18,10 +18,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.5.30"
|
"version": "0.5.31"
|
||||||
},
|
},
|
||||||
"0.5": {
|
"0.5": {
|
||||||
"version": "0.5.30"
|
"version": "0.5.31"
|
||||||
|
},
|
||||||
|
"0.5.31": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"checksum": "f3814f9446f441c8b280ca93ba5aaf211295a6c8363d52e03d7e700808e6692c"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"checksum": "9cd643daafc0e868c5c284a68cefb57fbc3bb2a11e8c59e54e738168bc691126"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"checksum": "392cb5e11eaebd21f7ae865807837d0ab54df86e7ab5f98d3bf5b3cda65fea93"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"checksum": "0261bbfa0bd49964ca3dbd3041ec3fe5b23efd62b51e794bf516cc964af24079"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"checksum": "9b7e2cb8fbc6694c2a0fd2abb7867108447c39350ca0fd3688a1b991877dff69"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.5.30": {
|
"0.5.30": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
33
manifests/wasmtime.json
generated
33
manifests/wasmtime.json
generated
@@ -2,13 +2,40 @@
|
|||||||
"rust_crate": "wasmtime-cli",
|
"rust_crate": "wasmtime-cli",
|
||||||
"template": null,
|
"template": null,
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "12.0.0"
|
"version": "12.0.1"
|
||||||
},
|
},
|
||||||
"12": {
|
"12": {
|
||||||
"version": "12.0.0"
|
"version": "12.0.1"
|
||||||
},
|
},
|
||||||
"12.0": {
|
"12.0": {
|
||||||
"version": "12.0.0"
|
"version": "12.0.1"
|
||||||
|
},
|
||||||
|
"12.0.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-x86_64-linux.tar.xz",
|
||||||
|
"checksum": "59eb24b421c40104240d00848e3d9ffee5403b7e15958ace974aa2705050b0b3",
|
||||||
|
"bin": "wasmtime-v12.0.1-x86_64-linux/wasmtime"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-x86_64-macos.tar.xz",
|
||||||
|
"checksum": "1975f51fd251fa19345776328f958985606458b5d7178c5a10fc72fd9f2ba59f",
|
||||||
|
"bin": "wasmtime-v12.0.1-x86_64-macos/wasmtime"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-x86_64-windows.zip",
|
||||||
|
"checksum": "1878426629e78c7d80d26448fe5c9d8adf878383edc6ea4c772bc7ef59f963fb",
|
||||||
|
"bin": "wasmtime-v12.0.1-x86_64-windows/wasmtime.exe"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-aarch64-linux.tar.xz",
|
||||||
|
"checksum": "7ec484c9f3c3002a789c41252b630ac509b0532102bfd3aa66e5d6d7dbebcc74",
|
||||||
|
"bin": "wasmtime-v12.0.1-aarch64-linux/wasmtime"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v12.0.1/wasmtime-v12.0.1-aarch64-macos.tar.xz",
|
||||||
|
"checksum": "975e286eb7ad4a4e17b7bb73b0b39dd6212ef7606f6d74ff63d5d8f2d5f7c339",
|
||||||
|
"bin": "wasmtime-v12.0.1-aarch64-macos/wasmtime"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"12.0.0": {
|
"12.0.0": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
Reference in New Issue
Block a user