mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 01:50:27 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29beae9445 | ||
|
|
cefa1876bf | ||
|
|
b73641544f | ||
|
|
da539d89a0 |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -10,6 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.32.4] - 2024-04-03
|
||||
|
||||
- Update `wasmtime@latest` to 19.0.1.
|
||||
|
||||
## [2.32.3] - 2024-04-02
|
||||
|
||||
- Update `typos@latest` to 1.20.3.
|
||||
|
||||
## [2.32.2] - 2024-04-02
|
||||
|
||||
- Update `cargo-hack@latest` to 0.6.27.
|
||||
@@ -1989,7 +1997,9 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.32.2...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.32.4...HEAD
|
||||
[2.32.4]: https://github.com/taiki-e/install-action/compare/v2.32.3...v2.32.4
|
||||
[2.32.3]: https://github.com/taiki-e/install-action/compare/v2.32.2...v2.32.3
|
||||
[2.32.2]: https://github.com/taiki-e/install-action/compare/v2.32.1...v2.32.2
|
||||
[2.32.1]: https://github.com/taiki-e/install-action/compare/v2.32.0...v2.32.1
|
||||
[2.32.0]: https://github.com/taiki-e/install-action/compare/v2.31.3...v2.32.0
|
||||
|
||||
34
manifests/typos.json
generated
34
manifests/typos.json
generated
@@ -15,13 +15,41 @@
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "1.20.1"
|
||||
"version": "1.20.3"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.20.1"
|
||||
"version": "1.20.3"
|
||||
},
|
||||
"1.20": {
|
||||
"version": "1.20.1"
|
||||
"version": "1.20.3"
|
||||
},
|
||||
"1.20.3": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "1d4d372ede016bf0a4a630c7f14a42ed23187a144fda3540204f23d03ca136ca"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "3b9f2fa808b042e82024387f7792a593371d6fafe73f53daf0671b16be0e0d19"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "b1cc90fecd0527b14af278b24d24e6b35d359ed8b3c88413887ad762fbcc3cb9"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "474eadb97cb2cc35d2b1ab6cf80337c7f2bb22f7ad0761d6d94697cac5016048"
|
||||
}
|
||||
},
|
||||
"1.20.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"checksum": "baf0c3fd847e951e4ed24bd3dd59fd98434071a7ee373b085bc2a5b1098325c8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"checksum": "4967973cf7bd29e30391f290f434de4f39a634c1b4ba6ef9d98e3ff8cd446b68"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"checksum": "d55c2a70a4a6f36b6ff60896a2542ec7e2508e096270c30e939930eedf84c2a4"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"checksum": "788359f64f6b1f0e889c7b9039b1ae86f1d15b0e10436ffe923d29c8c7297ace"
|
||||
}
|
||||
},
|
||||
"1.20.1": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
33
manifests/wasmtime.json
generated
33
manifests/wasmtime.json
generated
@@ -2,13 +2,40 @@
|
||||
"rust_crate": "wasmtime-cli",
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "19.0.0"
|
||||
"version": "19.0.1"
|
||||
},
|
||||
"19": {
|
||||
"version": "19.0.0"
|
||||
"version": "19.0.1"
|
||||
},
|
||||
"19.0": {
|
||||
"version": "19.0.0"
|
||||
"version": "19.0.1"
|
||||
},
|
||||
"19.0.1": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v19.0.1/wasmtime-v19.0.1-x86_64-linux.tar.xz",
|
||||
"checksum": "d12a6f2a3bd1f1c26461dcd37d8a1d4695d8e126db6c57bee8dff1a1a2794221",
|
||||
"bin": "wasmtime-v19.0.1-x86_64-linux/wasmtime"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v19.0.1/wasmtime-v19.0.1-x86_64-macos.tar.xz",
|
||||
"checksum": "84ff99246f92254ff57b3e9bc817b043df5dfbb3a6fe673d61fc8eebebfa5038",
|
||||
"bin": "wasmtime-v19.0.1-x86_64-macos/wasmtime"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v19.0.1/wasmtime-v19.0.1-x86_64-windows.zip",
|
||||
"checksum": "9c4c3822fb9cd8c05a12b4022218658fffe4c5be4bf2c6472f30471babadef62",
|
||||
"bin": "wasmtime-v19.0.1-x86_64-windows/wasmtime.exe"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v19.0.1/wasmtime-v19.0.1-aarch64-linux.tar.xz",
|
||||
"checksum": "2c879f9a3a44bbf89e37febe2a7f30baa280a217d9e4bd08ae6ef0f6bc4c828e",
|
||||
"bin": "wasmtime-v19.0.1-aarch64-linux/wasmtime"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v19.0.1/wasmtime-v19.0.1-aarch64-macos.tar.xz",
|
||||
"checksum": "ed9c32ce4f8b54785f30c259c6c88243b845bc51d1995f0ab5093713a14ffbbf",
|
||||
"bin": "wasmtime-v19.0.1-aarch64-macos/wasmtime"
|
||||
}
|
||||
},
|
||||
"19.0.0": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
Reference in New Issue
Block a user