mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-29 10:30:23 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6740f9eca9 | ||
|
|
410b8f9291 | ||
|
|
87ebcd4923 | ||
|
|
f9eee70b5f | ||
|
|
d2347103f7 | ||
|
|
f30eae9f71 | ||
|
|
5a168576ea | ||
|
|
77a913ad27 |
17
CHANGELOG.md
17
CHANGELOG.md
@@ -12,6 +12,18 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.44.49] - 2024-10-24
|
||||
|
||||
- Update `typos@latest` to 1.26.2.
|
||||
|
||||
## [2.44.48] - 2024-10-23
|
||||
|
||||
- Update `typos@latest` to 1.26.1.
|
||||
|
||||
## [2.44.47] - 2024-10-23
|
||||
|
||||
- Update `protoc@latest` to 3.28.3.
|
||||
|
||||
## [2.44.46] - 2024-10-22
|
||||
|
||||
- Update `wasmtime@latest` to 26.0.0.
|
||||
@@ -2950,7 +2962,10 @@ Note: This release is considered a breaking change because installing on version
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.46...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.49...HEAD
|
||||
[2.44.49]: https://github.com/taiki-e/install-action/compare/v2.44.48...v2.44.49
|
||||
[2.44.48]: https://github.com/taiki-e/install-action/compare/v2.44.47...v2.44.48
|
||||
[2.44.47]: https://github.com/taiki-e/install-action/compare/v2.44.46...v2.44.47
|
||||
[2.44.46]: https://github.com/taiki-e/install-action/compare/v2.44.45...v2.44.46
|
||||
[2.44.45]: https://github.com/taiki-e/install-action/compare/v2.44.44...v2.44.45
|
||||
[2.44.44]: https://github.com/taiki-e/install-action/compare/v2.44.43...v2.44.44
|
||||
|
||||
6
manifests/cargo-rdme.json
generated
6
manifests/cargo-rdme.json
generated
@@ -21,6 +21,12 @@
|
||||
"1.4": {
|
||||
"version": "1.4.2"
|
||||
},
|
||||
"1.4.5": {
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCF3B9BC0D4C9C",
|
||||
"checksum": "d3a7d8952c2b71159af47ac88bdbc61de91a36382f810663f35499e5a830e033"
|
||||
}
|
||||
},
|
||||
"1.4.4": {
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DC897D83E337FF",
|
||||
|
||||
33
manifests/protoc.json
generated
33
manifests/protoc.json
generated
@@ -3,13 +3,40 @@
|
||||
"template": null,
|
||||
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
|
||||
"latest": {
|
||||
"version": "3.28.2"
|
||||
"version": "3.28.3"
|
||||
},
|
||||
"3": {
|
||||
"version": "3.28.2"
|
||||
"version": "3.28.3"
|
||||
},
|
||||
"3.28": {
|
||||
"version": "3.28.2"
|
||||
"version": "3.28.3"
|
||||
},
|
||||
"3.28.3": {
|
||||
"x86_64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-linux-x86_64.zip",
|
||||
"etag": "0x8DCF2F223B49540",
|
||||
"checksum": "0ad949f04a6a174da83cdcbdb36dee0a4925272a5b6d83f79a6bf9852076d53f"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-osx-x86_64.zip",
|
||||
"etag": "0x8DCF2F223D3455C",
|
||||
"checksum": "97fe5d442090b4dbc23cd1384fb9b444fa1dc6e67d15bb5e1fe4de0da7638b20"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-win64.zip",
|
||||
"etag": "0x8DCF2F2244708C9",
|
||||
"checksum": "ce64f49bdeddef49ce4bd313a8f59bcf92fcf67b5831efbf66170386d2e66948"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-linux-aarch_64.zip",
|
||||
"etag": "0x8DCF2F2236D550C",
|
||||
"checksum": "1de522032a8b194002fe35cab86d747848238b5e4de4f99648372079f5b46f9a"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-osx-aarch_64.zip",
|
||||
"etag": "0x8DCF2F223BAA8DC",
|
||||
"checksum": "92ceefda6a7293ec014e6ecac82d64719357145cb6fc2865badadeb5e62c0431"
|
||||
}
|
||||
},
|
||||
"3.28.2": {
|
||||
"x86_64_linux_gnu": {
|
||||
|
||||
42
manifests/typos.json
generated
42
manifests/typos.json
generated
@@ -16,13 +16,49 @@
|
||||
},
|
||||
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
|
||||
"latest": {
|
||||
"version": "1.26.0"
|
||||
"version": "1.26.2"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.26.0"
|
||||
"version": "1.26.2"
|
||||
},
|
||||
"1.26": {
|
||||
"version": "1.26.0"
|
||||
"version": "1.26.2"
|
||||
},
|
||||
"1.26.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCF4332DD2D11A",
|
||||
"checksum": "e064c78de2cd25b229b79953285b9b1e9547c098ed3d9854fe16cafe2705acd9"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCF4333F16F1A7",
|
||||
"checksum": "aae19a7b044f846ac9ecf920e1678465ce34a15a6243073e9e10acc36c92e553"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCF4336C8EEB45",
|
||||
"checksum": "adb0eb1d548fef2a62592a29b1ae1b67c71b00403b6486e78fca621808ae6a3f"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCF4333E560148",
|
||||
"checksum": "a0e49f4e6750c40b699b1037fe463ca86c6ce2b2de4cf34f2363284306d5d3e0"
|
||||
}
|
||||
},
|
||||
"1.26.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DCF34D5F2D8CE1",
|
||||
"checksum": "a81c5db90ec72072ddcaa2e5bc1af1b43ba57cd47e4217016408b57e37b96174"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DCF34D56F43F31",
|
||||
"checksum": "93db2d42d9b033cc907f705d36fa919801c4711ce201bd8ed66fd7a5d94827c8"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DCF34D9629D61C",
|
||||
"checksum": "902bdf73f4871d0ba00d8b50419ad88cb1eb693373dd795ff87d5f223ef45c13"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DCF34D66759AFC",
|
||||
"checksum": "be4af63226e32a1b50d0905246680fca272c030c830fdb7ed139fbe4e081b6d0"
|
||||
}
|
||||
},
|
||||
"1.26.0": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"repository": "https://github.com/orium/cargo-rdme",
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"broken": ["1.4.3", "1.4.4"],
|
||||
"broken": ["1.4.3", "1.4.4", "1.4.5"],
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {
|
||||
"asset_name": "${package}_v${version}_${rust_target}.tar.bz2"
|
||||
|
||||
Reference in New Issue
Block a user