mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-03 11:40:35 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e1dca9e0c | ||
|
|
5daf677255 | ||
|
|
76f1dc9b86 | ||
|
|
4b015a49b6 |
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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.47.23] - 2025-01-22
|
||||||
|
|
||||||
|
- Update `wasmtime@latest` to 29.0.1.
|
||||||
|
|
||||||
|
## [2.47.22] - 2025-01-21
|
||||||
|
|
||||||
|
- Update `trunk@latest` to 0.21.7.
|
||||||
|
|
||||||
## [2.47.21] - 2025-01-21
|
## [2.47.21] - 2025-01-21
|
||||||
|
|
||||||
- Update `knope@latest` to 0.18.3.
|
- Update `knope@latest` to 0.18.3.
|
||||||
@@ -3370,7 +3378,9 @@ 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.47.21...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.47.23...HEAD
|
||||||
|
[2.47.23]: https://github.com/taiki-e/install-action/compare/v2.47.22...v2.47.23
|
||||||
|
[2.47.22]: https://github.com/taiki-e/install-action/compare/v2.47.21...v2.47.22
|
||||||
[2.47.21]: https://github.com/taiki-e/install-action/compare/v2.47.20...v2.47.21
|
[2.47.21]: https://github.com/taiki-e/install-action/compare/v2.47.20...v2.47.21
|
||||||
[2.47.20]: https://github.com/taiki-e/install-action/compare/v2.47.19...v2.47.20
|
[2.47.20]: https://github.com/taiki-e/install-action/compare/v2.47.19...v2.47.20
|
||||||
[2.47.19]: https://github.com/taiki-e/install-action/compare/v2.47.18...v2.47.19
|
[2.47.19]: https://github.com/taiki-e/install-action/compare/v2.47.18...v2.47.19
|
||||||
|
|||||||
26
manifests/trunk.json
generated
26
manifests/trunk.json
generated
@@ -19,10 +19,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/trunk-rs/trunk/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/trunk-rs/trunk/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.21.6"
|
"version": "0.21.7"
|
||||||
},
|
},
|
||||||
"0.21": {
|
"0.21": {
|
||||||
"version": "0.21.6"
|
"version": "0.21.7"
|
||||||
|
},
|
||||||
|
"0.21.7": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD3A2D3E4E65D8",
|
||||||
|
"checksum": "74da2b114b85498063ccb85f950214bddab4606750699eb56f73bebffa2575df"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD3A2D3DC7CC05",
|
||||||
|
"checksum": "5ccdd1ecfba9ebf4e20bc0ed6f90900f6667600d0cb2d1e23bfda94d71d77f7c"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD3A2D3DFB99FD",
|
||||||
|
"checksum": "83b7915eb22d61d8ada4501a9ba0b44b6b2567d89b20e60fdf4a83bfadfe184e"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DD3A2D3D832102",
|
||||||
|
"checksum": "aed809b907272a335ee168df3b21ab7a29f41a1fb830fc446096da78af3fcbac"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD3A2D3D709841",
|
||||||
|
"checksum": "bebbbe865b6b8e5d07cd00e7cf77e81beccdee446236efe636ca53c2f9e0ce12"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.21.6": {
|
"0.21.6": {
|
||||||
"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": "29.0.0"
|
"version": "29.0.1"
|
||||||
},
|
},
|
||||||
"29": {
|
"29": {
|
||||||
"version": "29.0.0"
|
"version": "29.0.1"
|
||||||
},
|
},
|
||||||
"29.0": {
|
"29.0": {
|
||||||
"version": "29.0.0"
|
"version": "29.0.1"
|
||||||
|
},
|
||||||
|
"29.0.1": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DD3A6D256D8BBF",
|
||||||
|
"checksum": "579ec7086f34ff6bbc53483ae00f660be1570f3ef10af0880a4ba9867067a77c"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD3A6D266E4B06",
|
||||||
|
"checksum": "7f62746a61c759932f4307cec32f139b31c9e5db93eab6c02238dcb82bd9a6d8"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD3A6D2A99FEE2",
|
||||||
|
"checksum": "3d4c7b4145fb4426c4ece54302f598c33998f9d2cc8894059d7103b83d3dddff"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DD3A6D1C888CBD",
|
||||||
|
"checksum": "5db4d27d008d726fe69adf8fcf59f42b0c2f0e51519970414860efda8b5e9655"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD3A6D1D6964A8",
|
||||||
|
"checksum": "56fb3c04c230eabcce92717081c51d3dc87d3416c3b059a2783e5496a29cf384"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DD3A6D1F419085",
|
||||||
|
"checksum": "93b4a2bcbe9ad9c0505b246c6bd38550428be05876995230b607fde35bd772f1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"29.0.0": {
|
"29.0.0": {
|
||||||
"x86_64_linux_gnu": {
|
"x86_64_linux_gnu": {
|
||||||
|
|||||||
Reference in New Issue
Block a user