mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-17 01:20:23 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3a27926ea | ||
|
|
fc0c1ad363 | ||
|
|
cb148fe1fc | ||
|
|
95c7e0aefa | ||
|
|
d86483f9ef |
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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.56.7] - 2025-07-07
|
||||||
|
|
||||||
|
- Update `shfmt@latest` to 3.12.0.
|
||||||
|
|
||||||
|
## [2.56.6] - 2025-07-06
|
||||||
|
|
||||||
|
- Update `cargo-llvm-cov@latest` to 0.6.17.
|
||||||
|
|
||||||
|
- Update `cargo-udeps@latest` to 0.1.57.
|
||||||
|
|
||||||
## [2.56.5] - 2025-07-06
|
## [2.56.5] - 2025-07-06
|
||||||
|
|
||||||
- Update `cargo-semver-checks@latest` to 0.42.0.
|
- Update `cargo-semver-checks@latest` to 0.42.0.
|
||||||
@@ -4086,7 +4096,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.56.5...HEAD
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.56.7...HEAD
|
||||||
|
[2.56.7]: https://github.com/taiki-e/install-action/compare/v2.56.6...v2.56.7
|
||||||
|
[2.56.6]: https://github.com/taiki-e/install-action/compare/v2.56.5...v2.56.6
|
||||||
[2.56.5]: https://github.com/taiki-e/install-action/compare/v2.56.4...v2.56.5
|
[2.56.5]: https://github.com/taiki-e/install-action/compare/v2.56.4...v2.56.5
|
||||||
[2.56.4]: https://github.com/taiki-e/install-action/compare/v2.56.3...v2.56.4
|
[2.56.4]: https://github.com/taiki-e/install-action/compare/v2.56.3...v2.56.4
|
||||||
[2.56.3]: https://github.com/taiki-e/install-action/compare/v2.56.2...v2.56.3
|
[2.56.3]: https://github.com/taiki-e/install-action/compare/v2.56.2...v2.56.3
|
||||||
|
|||||||
26
manifests/cargo-llvm-cov.json
generated
26
manifests/cargo-llvm-cov.json
generated
@@ -19,10 +19,32 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
|
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "0.6.16"
|
"version": "0.6.17"
|
||||||
},
|
},
|
||||||
"0.6": {
|
"0.6": {
|
||||||
"version": "0.6.16"
|
"version": "0.6.17"
|
||||||
|
},
|
||||||
|
"0.6.17": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DDBC48F6ECBBD5",
|
||||||
|
"checksum": "68002f4e33a316c4e378c506227f29a8f75e9f7cd701c950a6e98126bc634272"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DDBC4903DB8158",
|
||||||
|
"checksum": "d25070f61cb5b512c2eb4d800809b9fb834b35cea685d2548fed84abe10112ee"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DDBC4918E44619",
|
||||||
|
"checksum": "3c9e3874f8dc7720dda8ddecef530aa4821d1c3c6d401db8f5fb3c90a8b5d04a"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DDBC48F5986F62",
|
||||||
|
"checksum": "c7244f998e53db610e195e8e2419b9fc099a93e0ca9fdd037c3367d7088f3d18"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DDBC494D5752E4",
|
||||||
|
"checksum": "ea91a9b2ad2b067ab2ad85b0197e0902bf06095b4e53435b86f2b3705eb26a18"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"0.6.16": {
|
"0.6.16": {
|
||||||
"x86_64_linux_musl": {
|
"x86_64_linux_musl": {
|
||||||
|
|||||||
769
manifests/cargo-udeps.json
generated
769
manifests/cargo-udeps.json
generated
File diff suppressed because it is too large
Load Diff
29
manifests/shfmt.json
generated
29
manifests/shfmt.json
generated
@@ -19,10 +19,35 @@
|
|||||||
},
|
},
|
||||||
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
|
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
|
||||||
"latest": {
|
"latest": {
|
||||||
"version": "3.11.0"
|
"version": "3.12.0"
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"version": "3.11.0"
|
"version": "3.12.0"
|
||||||
|
},
|
||||||
|
"3.12": {
|
||||||
|
"version": "3.12.0"
|
||||||
|
},
|
||||||
|
"3.12.0": {
|
||||||
|
"x86_64_linux_musl": {
|
||||||
|
"etag": "0x8DDBCD22E9E6DED",
|
||||||
|
"checksum": "d9fbb2a9c33d13f47e7618cf362a914d029d02a6df124064fff04fd688a745ea"
|
||||||
|
},
|
||||||
|
"x86_64_macos": {
|
||||||
|
"etag": "0x8DDBCD22E5CA5D4",
|
||||||
|
"checksum": "c31548693de6584e6164b7ed5fbb7b4a083f2d937ca94b4e0ddf59aa461a85e4"
|
||||||
|
},
|
||||||
|
"x86_64_windows": {
|
||||||
|
"etag": "0x8DDBCD22D498519",
|
||||||
|
"checksum": "c8bda517ba1c640ce4a715c0fa665439ddbe4357ba5e9b77b0e51e70e2b9c94b"
|
||||||
|
},
|
||||||
|
"aarch64_linux_musl": {
|
||||||
|
"etag": "0x8DDBCD22EDDC7C2",
|
||||||
|
"checksum": "5f3fe3fa6a9f766e6a182ba79a94bef8afedafc57db0b1ad32b0f67fae971ba4"
|
||||||
|
},
|
||||||
|
"aarch64_macos": {
|
||||||
|
"etag": "0x8DDBCD22D8D46C6",
|
||||||
|
"checksum": "d903802e0ce3ecbc82b98512f55ba370b0d37a93f3f78de394f5b657052b33dd"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"3.11": {
|
"3.11": {
|
||||||
"version": "3.11.0"
|
"version": "3.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user