mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-14 08:20:27 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec9269c9dd | ||
|
|
0cdd396109 | ||
|
|
a22e1808bb | ||
|
|
7549ed47d9 |
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.45.14] - 2024-12-02
|
||||||
|
|
||||||
|
- Update `dprint@latest` to 0.47.6.
|
||||||
|
|
||||||
|
## [2.45.13] - 2024-11-30
|
||||||
|
|
||||||
|
- Update `cargo-udeps@latest` to 0.1.53.
|
||||||
|
|
||||||
## [2.45.12] - 2024-11-30
|
## [2.45.12] - 2024-11-30
|
||||||
|
|
||||||
- Update `wasm-bindgen@latest` to 0.2.97.
|
- Update `wasm-bindgen@latest` to 0.2.97.
|
||||||
@@ -3146,7 +3154,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.45.12...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.45.14...HEAD
|
||||||
|
[2.45.14]: https://github.com/taiki-e/install-action/compare/v2.45.13...v2.45.14
|
||||||
|
[2.45.13]: https://github.com/taiki-e/install-action/compare/v2.45.12...v2.45.13
|
||||||
[2.45.12]: https://github.com/taiki-e/install-action/compare/v2.45.11...v2.45.12
|
[2.45.12]: https://github.com/taiki-e/install-action/compare/v2.45.11...v2.45.12
|
||||||
[2.45.11]: https://github.com/taiki-e/install-action/compare/v2.45.10...v2.45.11
|
[2.45.11]: https://github.com/taiki-e/install-action/compare/v2.45.10...v2.45.11
|
||||||
[2.45.10]: https://github.com/taiki-e/install-action/compare/v2.45.9...v2.45.10
|
[2.45.10]: https://github.com/taiki-e/install-action/compare/v2.45.9...v2.45.10
|
||||||
|
|||||||
30
manifests/cargo-udeps.json
generated
30
manifests/cargo-udeps.json
generated
@@ -32,10 +32,36 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE)",
|
"license_markdown": "[Apache-2.0 OR MIT](https://github.com/est31/cargo-udeps/blob/HEAD/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.1.52"
|
"version": "0.1.53"
|
||||||
},
|
},
|
||||||
"0.1": {
|
"0.1": {
|
||||||
"version": "0.1.52"
|
"version": "0.1.53"
|
||||||
|
},
|
||||||
|
"0.1.53": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD114D5A5A8296",
|
||||||
|
"checksum": "e2c63bf95583a772160eca65192cd128964e1e52f9d5b4a2fd13dd15f76c6e54"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD114CF9424905",
|
||||||
|
"checksum": "06f44833a4194a7b833e60dda9d7b874c1298bb82d42e2bbbd3ee995fbac31ff"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD114DBAF20DB1",
|
||||||
|
"checksum": "83bfad645d73ae39260cc9db70796a7295bebf05958b727355c008db3ae642fd"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DD114D575FB734",
|
||||||
|
"checksum": "d7b68b0f65afbb708870549bf5b8688b15d24c9804f4d54650ec91c92e841208"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD114CFAC8B8CC",
|
||||||
|
"checksum": "2f260756a44e603d72e2e68fcc41f0337ca284218b7efbe3862f5c73ba1a15fc"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DD114DBBC22F55",
|
||||||
|
"checksum": "714b4b76b0dd950c3b42a472d2b11de744118636bbde46f8587aed3dcab20809"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.1.52": {
|
"0.1.52": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
26
manifests/dprint.json
generated
26
manifests/dprint.json
generated
@@ -25,10 +25,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
|
"license_markdown": "[MIT](https://github.com/dprint/dprint/blob/main/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.47.5"
|
"version": "0.47.6"
|
||||||
},
|
},
|
||||||
"0.47": {
|
"0.47": {
|
||||||
"version": "0.47.5"
|
"version": "0.47.6"
|
||||||
|
},
|
||||||
|
"0.47.6": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DD1261B07EEDD9",
|
||||||
|
"checksum": "ab0cd8c86d224b51371bb0a5c50418376b153a643d024022977e4d72cad529e6"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DD1261B086AD4F",
|
||||||
|
"checksum": "b54950d447e0d17fcc2732bf99928503deb39b5b764e5b33995449bf6059c857"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DD1261B0758292",
|
||||||
|
"checksum": "0c9abe671652b8da61227b92b0bc038b1e938367fa3d7a9fa3ba523d515d4a9a"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DD1261B07FB056",
|
||||||
|
"checksum": "221aaecc5e71d73591b226377064a33b4d15a5aae6788ef11c99a4da540a095d"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DD1261B07FD733",
|
||||||
|
"checksum": "4f33c24141a19638ab045fe5e95654ff0ef8db29949e145d28ea3cc5b088a042"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.47.5": {
|
"0.47.5": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
Reference in New Issue
Block a user