Skip to content

Commit b3e627e

Browse files
authored
Merge pull request #781 from bdronneau/renovate/mikefarah-yq-4.x
chore(deps): update dependency mikefarah/yq to v4.50.1
2 parents b3cf6e5 + 2c56a86 commit b3e627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/yq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean() {
1212

1313
install() {
1414
# renovate: datasource=github-tags depName=mikefarah/yq
15-
local YQ_VERSION="v4.49.2"
15+
local YQ_VERSION="v4.50.1"
1616
if [[ ! -f "${HOME}/opt/yq/yq_${YQ_VERSION}" ]]; then
1717
mkdir -p "${HOME}/opt/yq"
1818

0 commit comments

Comments
 (0)