From ff625ccb79859f498368f7109db595129cfaf208 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Sun, 26 Apr 2026 08:24:01 -0400 Subject: [PATCH] Version bump - davidanson/markdownlint-cli2 to v0.22.1 Signed-off-by: Brandon Mitchell --- .version-bump.lock | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version-bump.lock b/.version-bump.lock index e54e5b9..673dd54 100644 --- a/.version-bump.lock +++ b/.version-bump.lock @@ -2,6 +2,6 @@ {"name":"gha-uses-semver","key":"https://github.com/actions/checkout.git","version":"v6.0.2"} {"name":"makefile-geekdoc-theme","key":"https://github.com/thegeeklab/hugo-geekdoc.git","version":"v3.0.0"} {"name":"makefile-hugo","key":"https://github.com/gohugoio/hugo.git","version":"v0.160.1"} -{"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.22.0"} +{"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.22.1"} {"name":"netlify-hugo","key":"https://github.com/gohugoio/hugo.git","version":"0.160.1"} {"name":"netlify-node","key":"https://github.com/nodejs/node.git","version":"25"} diff --git a/Makefile b/Makefile index 2ddee22..61d01a3 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ endif THEME_VERSION?=v3.0.0 THEME?=hugo-geekdoc CLI_CMDS?=regctl regsync regbot -MARKDOWN_LINT_VER?=v0.22.0 +MARKDOWN_LINT_VER?=v0.22.1 VER_BUMP?=$(shell command -v version-bump 2>/dev/null) VER_BUMP_CONTAINER?=sudobmitch/version-bump:edge ifeq "$(strip $(VER_BUMP))" ''