mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-19 10:20:22 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81a2f66614 | ||
|
|
6674fd314a | ||
|
|
824d805864 |
@@ -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.67.10] - 2026-01-25
|
||||||
|
|
||||||
|
- Update `cargo-zigbuild@latest` to 0.21.3.
|
||||||
|
|
||||||
|
- Update `tombi@latest` to 0.7.25.
|
||||||
|
|
||||||
## [2.67.9] - 2026-01-25
|
## [2.67.9] - 2026-01-25
|
||||||
|
|
||||||
- Update `cargo-zigbuild@latest` to 0.21.2.
|
- Update `cargo-zigbuild@latest` to 0.21.2.
|
||||||
@@ -5455,7 +5461,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.67.9...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.67.10...HEAD
|
||||||
|
[2.67.10]: https://github.com/taiki-e/install-action/compare/v2.67.9...v2.67.10
|
||||||
[2.67.9]: https://github.com/taiki-e/install-action/compare/v2.67.8...v2.67.9
|
[2.67.9]: https://github.com/taiki-e/install-action/compare/v2.67.8...v2.67.9
|
||||||
[2.67.8]: https://github.com/taiki-e/install-action/compare/v2.67.7...v2.67.8
|
[2.67.8]: https://github.com/taiki-e/install-action/compare/v2.67.7...v2.67.8
|
||||||
[2.67.7]: https://github.com/taiki-e/install-action/compare/v2.67.6...v2.67.7
|
[2.67.7]: https://github.com/taiki-e/install-action/compare/v2.67.6...v2.67.7
|
||||||
|
|||||||
26
manifests/cargo-zigbuild.json
generated
26
manifests/cargo-zigbuild.json
generated
@@ -19,10 +19,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/rust-cross/cargo-zigbuild/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.21.2"
|
"version": "0.21.3"
|
||||||
},
|
},
|
||||||
"0.21": {
|
"0.21": {
|
||||||
"version": "0.21.2"
|
"version": "0.21.3"
|
||||||
|
},
|
||||||
|
"0.21.3": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE5BF87D0A51B6",
|
||||||
|
"checksum": "75357b6f733529ddd89e47f67ca63b22b4a2d6b27d118066b441c24a8a98a810"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE5BF87D18E757",
|
||||||
|
"checksum": "0094f9ccc7b325e98896da77e12388f0cb0161593e7182d0235346f1150c226e"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE5BF87D080A59",
|
||||||
|
"checksum": "eab697b128ebd91e0248281c7981496e6c5801ff57c1299c77206a444018d859"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE5BF87D12D3A6",
|
||||||
|
"checksum": "d0f1ce33a3b9cf9280d417a04702e68cdd1d688475f7b13d54dd7cf86b4a2193"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE5BF87D1100FF",
|
||||||
|
"checksum": "f57a397377a27b184825d5ffc35b438ee4cda4304a5c946a6cacad6a362a9e9c"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.21.2": {
|
"0.21.2": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
30
manifests/tombi.json
generated
30
manifests/tombi.json
generated
@@ -22,10 +22,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/tombi-toml/tombi/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.7.24"
|
"version": "0.7.25"
|
||||||
},
|
},
|
||||||
"0.7": {
|
"0.7": {
|
||||||
"version": "0.7.24"
|
"version": "0.7.25"
|
||||||
|
},
|
||||||
|
"0.7.25": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DE5BD47F137B9C",
|
||||||
|
"checksum": "19a371b42558f5130b9e2a1b9214208dadcc43af9629b43acf3d35e2b9452acc"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DE5BD47FBDC941",
|
||||||
|
"checksum": "db08320a90e775bc7bc02e1c7021b55802d9883b8ab45434480f553e327fb52a"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DE5BD47F099B9B",
|
||||||
|
"checksum": "bef21ca131643d8686478bae22fcc33ef838c55f92d588d66c440e145b0c2818"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DE5BD47F08B24A",
|
||||||
|
"checksum": "a617ac265a6dc239a8014882d0370b3f55883af425e4e04be880de4185e37bed"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DE5BD47F958702",
|
||||||
|
"checksum": "0983d6e1adf56d95d1e06bd2aea08af0e8adccf40665465dece8f9911a0c1ac1"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DE5BD47F1354AF",
|
||||||
|
"checksum": "cfdbcdfe19bfc52fd2d91bab93d4ee1596448cadb01925f35291615f956f34c4"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.7.24": {
|
"0.7.24": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user