mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-15 08:40:53 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
019e221005 | ||
|
|
624ef34326 | ||
|
|
c984ca7702 |
@@ -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.49.5] - 2025-02-25
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 30.0.2.
|
||||||
|
|
||||||
|
- Update `release-plz@latest` to 0.3.123.
|
||||||
|
|
||||||
## [2.49.4] - 2025-02-25
|
## [2.49.4] - 2025-02-25
|
||||||
|
|
||||||
- Update `typos@latest` to 1.29.10.
|
- Update `typos@latest` to 1.29.10.
|
||||||
@@ -3578,7 +3584,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.49.4...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.5...HEAD
|
||||||
|
[2.49.5]: https://github.com/taiki-e/install-action/compare/v2.49.4...v2.49.5
|
||||||
[2.49.4]: https://github.com/taiki-e/install-action/compare/v2.49.3...v2.49.4
|
[2.49.4]: https://github.com/taiki-e/install-action/compare/v2.49.3...v2.49.4
|
||||||
[2.49.3]: https://github.com/taiki-e/install-action/compare/v2.49.2...v2.49.3
|
[2.49.3]: https://github.com/taiki-e/install-action/compare/v2.49.2...v2.49.3
|
||||||
[2.49.2]: https://github.com/taiki-e/install-action/compare/v2.49.1...v2.49.2
|
[2.49.2]: https://github.com/taiki-e/install-action/compare/v2.49.1...v2.49.2
|
||||||
|
|||||||
30
manifests/release-plz.json
generated
30
manifests/release-plz.json
generated
@@ -22,10 +22,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/release-plz/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/release-plz/release-plz/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.3.122"
|
"version": "0.3.123"
|
||||||
},
|
},
|
||||||
"0.3": {
|
"0.3": {
|
||||||
"version": "0.3.122"
|
"version": "0.3.123"
|
||||||
|
},
|
||||||
|
"0.3.123": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD55B71CC7C6AD",
|
||||||
|
"checksum": "19d590704d7560f5d2acea40828a8a9a80bf2a931a61c8f75698e6e91912e163"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD55B759679238",
|
||||||
|
"checksum": "c20ad8124fdc8ef79dde10637b968a801ea6c20c93aa74bf6ff29bdf447e1815"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD55B7C1CF5CA5",
|
||||||
|
"checksum": "590bfae52c96f88422e92d1ce27f19705c10184057dddd02647649d8b34659bc"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DD55B7248F236F",
|
||||||
|
"checksum": "718fba2a45c87b8ba06b49070670b42f9d9dbeaf9dd7ef5b15fb104e606a3156"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD55B7745F658C",
|
||||||
|
"checksum": "377d1a9c8408e193b97105127dece36d16f9a1401b56642f539ff0b53130c167"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DD55B7B12E1D1D",
|
||||||
|
"checksum": "13ba4474f422ac75be9099ab0bc754d22911428dc974109fc92beac8b02f3d51"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.3.122": {
|
"0.3.122": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
32
manifests/wasmtime.json
generated
32
manifests/wasmtime.json
generated
@@ -28,13 +28,39 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "30.0.1"
|
"version": "30.0.2"
|
||||||
},
|
},
|
||||||
"30": {
|
"30": {
|
||||||
"version": "30.0.1"
|
"version": "30.0.2"
|
||||||
},
|
},
|
||||||
"30.0": {
|
"30.0": {
|
||||||
"version": "30.0.1"
|
"version": "30.0.2"
|
||||||
|
},
|
||||||
|
"30.0.2": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DD55CAB43B7C70",
|
||||||
|
"checksum": "7f8ac87e40cee0987a5e0a1918a4330fd42e984400e2ec3080ff019ba254e788"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD55CAB545A62E",
|
||||||
|
"checksum": "610d054fcabb4902f788e45afb7434ce9264277c5ccae24b46292602c4bb4146"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD55CAB9128AEE",
|
||||||
|
"checksum": "bd32eba62ba4f2978bd0aecc95d3742b8b7101b806cf7de8c4b62c1fbd7a8017"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DD55CAA8387AC8",
|
||||||
|
"checksum": "197c5c8c4debc3394ba1e5b1193bfd0acb64a97d1dbcbe52d15192d12dc796ee"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD55CAA910D029",
|
||||||
|
"checksum": "accbbadb4891c8c623dd315a28ebb0c3764b0863bc09f99031fedf7e037ab253"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DD55CAAB1AA83F",
|
||||||
|
"checksum": "0948bb53352b76077355f96c948a208efa5d6f84efe67610fd5a49230d722bbe"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"30.0.1": {
|
"30.0.1": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
Reference in New Issue
Block a user