Skip to content

Commit

Permalink
chore(deps): update dependency mikefarah/yq to v4.33.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 11, 2023
1 parent 56eb62b commit e5cd596
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.33.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 e5cd596

Please sign in to comment.