Use latest yq

This commit is contained in:
decentral1se 2021-07-06 00:06:07 +02:00
parent b813f6b90e
commit b1c5391a91
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -649,7 +649,7 @@ require_jq() {
}
require_yq() {
vendor_binary "https://github.com/mikefarah/yq" "v4.6.1" "yq_linux_amd64"
vendor_binary "https://github.com/mikefarah/yq" "v4.9.6" "yq_linux_amd64"
}
checkout_main_or_master() {