mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-27 01:20:28 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8f3ee3354 | ||
|
|
e724e8f1be | ||
|
|
cbef870e2b | ||
|
|
0a21328a6f |
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.46.14] - 2024-12-18
|
||||||
|
|
||||||
|
- Update `cargo-nextest@latest` to 0.9.87.
|
||||||
|
|
||||||
|
## [2.46.13] - 2024-12-17
|
||||||
|
|
||||||
|
- Update `espup@latest` to 0.14.0.
|
||||||
|
|
||||||
## [2.46.12] - 2024-12-17
|
## [2.46.12] - 2024-12-17
|
||||||
|
|
||||||
- Update `typos@latest` to 1.28.4.
|
- Update `typos@latest` to 1.28.4.
|
||||||
@@ -3222,7 +3230,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.46.12...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.46.14...HEAD
|
||||||
|
[2.46.14]: https://github.com/taiki-e/install-action/compare/v2.46.13...v2.46.14
|
||||||
|
[2.46.13]: https://github.com/taiki-e/install-action/compare/v2.46.12...v2.46.13
|
||||||
[2.46.12]: https://github.com/taiki-e/install-action/compare/v2.46.11...v2.46.12
|
[2.46.12]: https://github.com/taiki-e/install-action/compare/v2.46.11...v2.46.12
|
||||||
[2.46.11]: https://github.com/taiki-e/install-action/compare/v2.46.10...v2.46.11
|
[2.46.11]: https://github.com/taiki-e/install-action/compare/v2.46.10...v2.46.11
|
||||||
[2.46.10]: https://github.com/taiki-e/install-action/compare/v2.46.9...v2.46.10
|
[2.46.10]: https://github.com/taiki-e/install-action/compare/v2.46.9...v2.46.10
|
||||||
|
|||||||
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)",
|
"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": {
|
"latest": {
|
||||||
"version": "0.9.86"
|
"version": "0.9.87"
|
||||||
},
|
},
|
||||||
"0.9": {
|
"0.9": {
|
||||||
"version": "0.9.86"
|
"version": "0.9.87"
|
||||||
|
},
|
||||||
|
"0.9.87": {
|
||||||
|
"previous_stable_version": "0.9.86",
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DD1EE72E7CCED3",
|
||||||
|
"checksum": "bde8d231e435099b068e654c591224defe686c784b4920682ee12784b6bfcf9e"
|
||||||
|
},
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD1EE7819B82BE",
|
||||||
|
"checksum": "883cb9222e364d2527e1cbbb236d5c0bf58a2d1ff6da7d03de4ac7ca70f06aa3"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD1EE736789723",
|
||||||
|
"checksum": "e974faad8302c1adb756f5c09e485b10efcefa066b733ee2ebba5cb63f2a1c86"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD1EE7C13AE008",
|
||||||
|
"checksum": "dd3d45a588402969ebbaefbda88687119b86f59d92422d6238ce7f0077462c45"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DD1EE743891D12",
|
||||||
|
"checksum": "5501ee805594be80446968d6608eccac88e8e94b65b04afb2a3f1db923a0c55c"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.9.86": {
|
"0.9.86": {
|
||||||
"previous_stable_version": "0.9.85",
|
"previous_stable_version": "0.9.85",
|
||||||
|
|||||||
27
manifests/espup.json
generated
27
manifests/espup.json
generated
@@ -19,7 +19,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/esp-rs/espup/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/esp-rs/espup/blob/main/LICENSE-APACHE)",
|
"license_markdown": "[MIT](https://github.com/esp-rs/espup/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/esp-rs/espup/blob/main/LICENSE-APACHE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.13.0"
|
"version": "0.14.0"
|
||||||
|
},
|
||||||
|
"0.14": {
|
||||||
|
"version": "0.14.0"
|
||||||
|
},
|
||||||
|
"0.14.0": {
|
||||||
|
"x86_64_linux_gnu": {
|
||||||
|
"etag": "0x8DD1E7DCEF3783B",
|
||||||
|
"checksum": "08ba1534c8addce1578bbffcac15fd1a058a543a1375a496c585d1cd4000eab0"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD1E7D48286B87",
|
||||||
|
"checksum": "2f05bc508c1c5bc0c470c03dae95ae89130866195cdb06e2e7a5d39eceb3b5e2"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD1E7D8FDB538C",
|
||||||
|
"checksum": "182701122c97acdb92011d86f362728f9081b7a8b3d7720951f4e02eb25f0cab"
|
||||||
|
},
|
||||||
|
"aarch64_linux_gnu": {
|
||||||
|
"etag": "0x8DD1E7D5F8E8082",
|
||||||
|
"checksum": "17bc622a95c7ad5554c383c103e3383a3c7b3642db61b80d64e96041ec77056f"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD1E7D46258F70",
|
||||||
|
"checksum": "a46e84e83f56c6025cbc14847ba0b54100a5e407565143b49aaa7ec44c0d0b4e"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.13": {
|
"0.13": {
|
||||||
"version": "0.13.0"
|
"version": "0.13.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user