From 330d9a1e7d586ab43dcb1ca072fad60b4f0366f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:06:52 +0000 Subject: [PATCH] chore(deps): update dependency mikefarah/yq to v4.44.3 --- .github/actions/deploy-via-webhook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy-via-webhook/Dockerfile b/.github/actions/deploy-via-webhook/Dockerfile index 63be1685c..17ae5e9d1 100644 --- a/.github/actions/deploy-via-webhook/Dockerfile +++ b/.github/actions/deploy-via-webhook/Dockerfile @@ -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