mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-26 17:10:48 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbef870e2b | ||
|
|
0a21328a6f | ||
|
|
120c8997a0 | ||
|
|
d20382abb9 |
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.13] - 2024-12-17
|
||||||
|
|
||||||
|
- Update `espup@latest` to 0.14.0.
|
||||||
|
|
||||||
|
## [2.46.12] - 2024-12-17
|
||||||
|
|
||||||
|
- Update `typos@latest` to 1.28.4.
|
||||||
|
|
||||||
## [2.46.11] - 2024-12-16
|
## [2.46.11] - 2024-12-16
|
||||||
|
|
||||||
- Update `cargo-zigbuild@latest` to 0.19.7.
|
- Update `cargo-zigbuild@latest` to 0.19.7.
|
||||||
@@ -3218,7 +3226,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.11...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.46.13...HEAD
|
||||||
|
[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.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
|
||||||
[2.46.9]: https://github.com/taiki-e/install-action/compare/v2.46.8...v2.46.9
|
[2.46.9]: https://github.com/taiki-e/install-action/compare/v2.46.8...v2.46.9
|
||||||
|
|||||||
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"
|
||||||
|
|||||||
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)",
|
"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": {
|
"latest": {
|
||||||
"version": "1.28.3"
|
"version": "1.28.4"
|
||||||
},
|
},
|
||||||
"1": {
|
"1": {
|
||||||
"version": "1.28.3"
|
"version": "1.28.4"
|
||||||
},
|
},
|
||||||
"1.28": {
|
"1.28": {
|
||||||
"version": "1.28.3"
|
"version": "1.28.4"
|
||||||
|
},
|
||||||
|
"1.28.4": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD1E17E4C2DB36",
|
||||||
|
"checksum": "57e6d32c718eac69f9323b05a7aa00b2d1d882d40b9a787171c1b7050c2918b8"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD1E1811620D34",
|
||||||
|
"checksum": "f8b196c7e0cbf3548377552a4c4bd2a13f18b58281faa7152ddf82f3c9db3a6a"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD1E1880BCAEB7",
|
||||||
|
"checksum": "b9bc8b8164f63fa385ff67cb4cf9e8f21aa269d9a1d5b4af8e723e0e909d1d6e"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD1E180EC6D14E",
|
||||||
|
"checksum": "5cdecbca6e2d4b7521ecdc71c7642346d2b9733d83a02e734e1fb78d2284c21d"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"1.28.3": {
|
"1.28.3": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user