mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-28 01:50:27 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c595e9f7b | ||
|
|
892838bca9 | ||
|
|
7ea888af71 | ||
|
|
d65f93a644 | ||
|
|
7795204009 |
14
CHANGELOG.md
14
CHANGELOG.md
@@ -10,6 +10,16 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.49.4] - 2025-02-25
|
||||
|
||||
- Update `typos@latest` to 1.29.10.
|
||||
|
||||
## [2.49.3] - 2025-02-25
|
||||
|
||||
- Update `wash@latest` to 0.39.0.
|
||||
|
||||
- Update `cargo-nextest@latest` to 0.9.92.
|
||||
|
||||
## [2.49.2] - 2025-02-25
|
||||
|
||||
- Update `sccache@latest` to 0.10.0.
|
||||
@@ -3568,7 +3578,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.49.2...HEAD
|
||||
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.49.4...HEAD
|
||||
[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.2]: https://github.com/taiki-e/install-action/compare/v2.49.1...v2.49.2
|
||||
[2.49.1]: https://github.com/taiki-e/install-action/compare/v2.49.0...v2.49.1
|
||||
[2.49.0]: https://github.com/taiki-e/install-action/compare/v2.48.22...v2.49.0
|
||||
|
||||
27
manifests/cargo-nextest.json
generated
27
manifests/cargo-nextest.json
generated
@@ -19,10 +19,33 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/nextest-rs/nextest/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/nextest-rs/nextest/blob/main/LICENSE-MIT)",
|
||||
"latest": {
|
||||
"version": "0.9.91"
|
||||
"version": "0.9.92"
|
||||
},
|
||||
"0.9": {
|
||||
"version": "0.9.91"
|
||||
"version": "0.9.92"
|
||||
},
|
||||
"0.9.92": {
|
||||
"previous_stable_version": "0.9.91",
|
||||
"x86_64_linux_gnu": {
|
||||
"etag": "0x8DD552945447848",
|
||||
"checksum": "7d8fabc1b012075aab1b77c9462670e5ea34f9e40c6cf2c12a2ec2f9ee32bf20"
|
||||
},
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD55296F1AEA89",
|
||||
"checksum": "49e0727163248c394f9d1860da0f3eceff7ff2dbfd01da1a1ce93d4e46870896"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD55295BB83B68",
|
||||
"checksum": "9490f380ea0568d179423bb5028955f91690e58051a95be0eb15f0119bc3df7a"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD5529B6381BC4",
|
||||
"checksum": "e07391ea2bda51cb2ff26d536061723c7ea9e14adc69cd2ab9de44019bae7b03"
|
||||
},
|
||||
"aarch64_linux_gnu": {
|
||||
"etag": "0x8DD55293D4A0C2F",
|
||||
"checksum": "6adc85b7ffebe5bc3c4f30127c047d4766f65ddca906e12731591ea1cc81e995"
|
||||
}
|
||||
},
|
||||
"0.9.91": {
|
||||
"previous_stable_version": "0.9.90",
|
||||
|
||||
24
manifests/typos.json
generated
24
manifests/typos.json
generated
@@ -16,13 +16,31 @@
|
||||
},
|
||||
"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.29.9"
|
||||
"version": "1.29.10"
|
||||
},
|
||||
"1": {
|
||||
"version": "1.29.9"
|
||||
"version": "1.29.10"
|
||||
},
|
||||
"1.29": {
|
||||
"version": "1.29.9"
|
||||
"version": "1.29.10"
|
||||
},
|
||||
"1.29.10": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD55AC1E75B717",
|
||||
"checksum": "853d001535396e52b1c4b335cd4a57975dd70b68ef80a2e630365c6d5a2e9236"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD55AC0C8BFA3F",
|
||||
"checksum": "fe270e559968fdf60bdec32e5de474689e761617c0823676e87a1f9780662ed2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD55AC5A390B2C",
|
||||
"checksum": "795daf8175179d2b1ab992fa3d5c45bae6818d07b62b2f82a664a4787eb02326"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD55AC2283CA7B",
|
||||
"checksum": "789537a84b40034cde80637baf989e6d3866f41155e16c22659d9ca929015348"
|
||||
}
|
||||
},
|
||||
"1.29.9": {
|
||||
"x86_64_linux_musl": {
|
||||
|
||||
27
manifests/wash.json
generated
27
manifests/wash.json
generated
@@ -19,7 +19,32 @@
|
||||
},
|
||||
"license_markdown": "[Apache-2.0](https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE)",
|
||||
"latest": {
|
||||
"version": "0.38.0"
|
||||
"version": "0.39.0"
|
||||
},
|
||||
"0.39": {
|
||||
"version": "0.39.0"
|
||||
},
|
||||
"0.39.0": {
|
||||
"x86_64_linux_musl": {
|
||||
"etag": "0x8DD550CA196B8BA",
|
||||
"checksum": "7cfc3a7c62db1cffa93c92c8f42be9fb10525cde1354e38531508c7500170cf8"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"etag": "0x8DD550CA189A812",
|
||||
"checksum": "b96c77148758fb3c8ae74f94f13c3e95a526c592d125ae61d3a6d36bc438f21c"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"etag": "0x8DD550CA1730540",
|
||||
"checksum": "1ad7928bf88e3828409921026329af2ecfd86c792322171a9bed8e260127b8e8"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"etag": "0x8DD550CA185B4ED",
|
||||
"checksum": "279efdd262c9ea25a21b6f9b89eec67aae6583776b4f99e8c72fc3a15ce848c0"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"etag": "0x8DD550CA1825D4D",
|
||||
"checksum": "7805d1c2a6b7b76181329737555bd9a70cc6b006ea67de81d97ce2d5a40c5d3c"
|
||||
}
|
||||
},
|
||||
"0.38": {
|
||||
"version": "0.38.0"
|
||||
|
||||
Reference in New Issue
Block a user