Skip to content

Commit 0ae016a

Browse files
committed
Update jq to 1.8.1
1 parent 9b1aeb7 commit 0ae016a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,8 @@ case "${host_os}" in
643643
else
644644
printf '::group::Install packages required for installation (jq)\n'
645645
mkdir -p -- "${install_action_dir}/jq/bin"
646-
url='https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe'
647-
checksum='7451fbbf37feffb9bf262bd97c54f0da558c63f0748e64152dd87b0a07b6d6ab'
646+
url='https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-windows-amd64.exe'
647+
checksum='23cb60a1354eed6bcc8d9b9735e8c7b388cd1fdcb75726b93bc299ef22dd9334'
648648
(
649649
cd -- "${install_action_dir}/jq/bin"
650650
download_and_checksum "${url}" "${checksum}"

0 commit comments

Comments
 (0)