Skip to content

Commit

Permalink
chore(deps): update dependency mikefarah/yq to v4.44.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 7a31112 commit 330d9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-via-webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN curl --fail -sL https://github.com/stedolan/jq/releases/download/jq-${JQ_VER

FROM base as yq
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=4.31.1
ARG YQ_VERSION=4.44.3
ENV YQ_VERSION=$YQ_VERSION
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

Expand Down

0 comments on commit 330d9a1

Please sign in to comment.