Compare commits

...

9 Commits

Author SHA1 Message Date
Taiki Endo
f3a27926ea Release 2.56.7 2025-07-07 10:17:32 +09:00
Taiki Endo
fc0c1ad363 Update shfmt@latest to 3.12.0 2025-07-07 09:39:24 +09:00
Taiki Endo
cb148fe1fc Release 2.56.6 2025-07-06 14:18:05 +09:00
Taiki Endo
95c7e0aefa Update cargo-llvm-cov@latest to 0.6.17 2025-07-06 14:15:11 +09:00
Taiki Endo
d86483f9ef Update cargo-udeps@latest to 0.1.57 2025-07-06 13:33:30 +09:00
Taiki Endo
d32ce31795 Release 2.56.5 2025-07-06 12:11:44 +09:00
Taiki Endo
2119a1ef9a Replace tab with space 2025-07-06 11:36:56 +09:00
Taiki Endo
0ae016a18f Update jq to 1.8.1 2025-07-06 11:36:24 +09:00
Taiki Endo
9b1aeb740e Update cargo-semver-checks@latest to 0.42.0 2025-07-06 03:25:55 +09:00
7 changed files with 661 additions and 215 deletions

View File

@@ -10,6 +10,20 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [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
- Update `cargo-semver-checks@latest` to 0.42.0.
## [2.56.4] - 2025-07-05
- Update `cargo-shear@latest` to 1.3.3.
@@ -4082,7 +4096,10 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.56.4...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.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.2]: https://github.com/taiki-e/install-action/compare/v2.56.1...v2.56.2

View File

@@ -41,7 +41,7 @@ runs:
fi
fi
shell: sh
if: runner.os == 'Linux'
if: runner.os == 'Linux'
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
shell: bash
env:

View File

@@ -643,8 +643,8 @@ case "${host_os}" in
else
printf '::group::Install packages required for installation (jq)\n'
mkdir -p -- "${install_action_dir}/jq/bin"
url='https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe'
checksum='7451fbbf37feffb9bf262bd97c54f0da558c63f0748e64152dd87b0a07b6d6ab'
url='https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-windows-amd64.exe'
checksum='23cb60a1354eed6bcc8d9b9735e8c7b388cd1fdcb75726b93bc299ef22dd9334'
(
cd -- "${install_action_dir}/jq/bin"
download_and_checksum "${url}" "${checksum}"

View File

@@ -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)",
"latest": {
"version": "0.6.16"
"version": "0.6.17"
},
"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": {
"x86_64_linux_musl": {

View File

@@ -19,7 +19,32 @@
},
"license_markdown": "[Apache-2.0](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/obi1kenobi/cargo-semver-checks/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.41.0"
"version": "0.42.0"
},
"0.42": {
"version": "0.42.0"
},
"0.42.0": {
"x86_64_linux_musl": {
"etag": "0x8DDBBD5FDEDAC8D",
"checksum": "5b5d6bb09eb4a7609a216799d6ba8542e8275c2c44d141a6e386b2fc0fcb3f00"
},
"x86_64_macos": {
"etag": "0x8DDBBD5B82E0B97",
"checksum": "5da90847022431ccbf130ae1c567ec3ba09c1bd80806284205aa877f5c48bd2b"
},
"x86_64_windows": {
"etag": "0x8DDBBD6811C615A",
"checksum": "9fea5a3cc6bf48f54cb3424b2c72a6b301bcdf190cc70b9de30512b4f2f6759f"
},
"aarch64_linux_musl": {
"etag": "0x8DDBBD600A48E88",
"checksum": "c6c4a412cef82a7c7680d152c49ec0b16410fa4d3dfa46c49b81dd1a929d6030"
},
"aarch64_macos": {
"etag": "0x8DDBBD5C94337F9",
"checksum": "60ac0d2d2b7689d469d006abc4ea7b1f0b726e15b5abfb1f7b0e5b315553127f"
}
},
"0.41": {
"version": "0.41.0"

File diff suppressed because it is too large Load Diff

29
manifests/shfmt.json generated
View File

@@ -19,10 +19,35 @@
},
"license_markdown": "[BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE)",
"latest": {
"version": "3.11.0"
"version": "3.12.0"
},
"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": {
"version": "3.11.0"