From 801196f8d0e368d2cac23900a8123fd5b95af324 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:17:58 +0100 Subject: [PATCH] Update module github.com/igorshubovych/markdownlint-cli to v0.39.0 (#2635) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- hack/make/prerequisites.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 71bb5c5eaf..7ec9c8ebb3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -119,7 +119,7 @@ jobs: with: config: .markdownlint.json # renovate depName=github.com/igorshubovych/markdownlint-cli - version: v0.38.0 + version: v0.39.0 check-uncommitted-doc-changes: name: Check uncommitted changes in api docs action diff --git a/hack/make/prerequisites.mk b/hack/make/prerequisites.mk index f6af1498d6..3661724400 100644 --- a/hack/make/prerequisites.mk +++ b/hack/make/prerequisites.mk @@ -11,7 +11,7 @@ golang_tools_version=v0.17.0 # renovate depName=github.com/vektra/mockery mockery_version=v2.40.1 # renovate depName=github.com/igorshubovych/markdownlint-cli -markdownlint_cli_version=v0.38.0 +markdownlint_cli_version=v0.39.0 # renovate depName=github.com/helm-unittest/helm-unittest helmunittest_version=v0.4.1 # renovate depName=github.com/princjef/gomarkdoc