Skip to content

Commit 2c56a86

Browse files
committed
chore(deps): update dependency mikefarah/yq to v4.50.1
1 parent b3cf6e5 commit 2c56a86

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)