Skip to content

Commit

Permalink
chore(deps): update dependency mikefarah/yq to v4.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent 67c0f58 commit 00bb3b6
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.35.2
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 00bb3b6

Please sign in to comment.