Compare commits

...

4 Commits

Author SHA1 Message Date
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
4 changed files with 35 additions and 5 deletions

View File

@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [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 +4086,8 @@ 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.5...HEAD
[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,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"