Skip to content

Commit 578ea06

Browse files
chore(deps): update dependency mikefarah/yq to v4.44.6
1 parent 838ed00 commit 578ea06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy-via-webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN curl --fail -sL https://github.com/stedolan/jq/releases/download/jq-${JQ_VER
2222

2323
FROM base as yq
2424
# renovate: datasource=github-releases depName=mikefarah/yq
25-
ARG YQ_VERSION=4.31.1
25+
ARG YQ_VERSION=4.44.6
2626
ENV YQ_VERSION=$YQ_VERSION
2727
RUN wget https://github.com/mikefarah/yq/releases/download/v$YQ_VERSION/yq_linux_amd64.tar.gz -O - | tar xz && mv yq_linux_amd64 /usr/local/bin/yq
2828

0 commit comments

Comments
 (0)