chore(deps): update dependency @lhci/cli to v0.13.0 (#341)
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

Reviewed-on: #341
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2024-01-06 14:28:08 +01:00 committed by Robert Kaussow
parent 1bb4d8e112
commit 981f515164
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ARG BUILD_VERSION
ARG YQ_VERSION
# renovate: datasource=npm depName=@lhci/cli
ENV LHCI_VERSION="${BUILD_VERSION:-0.12.0}"
ENV LHCI_VERSION="${BUILD_VERSION:-0.13.0}"
# renovate: datasource=github-releases depName=mikefarah/yq
ENV YQ_VERSION="${YQ_VERSION:-v4.40.5}"