From 584b44adca1027843f0ec9c71adbccb44f08519f Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 3 Mar 2026 10:13:27 +0000 Subject: [PATCH] chore(deps): update dependency igorshubovych/markdownlint-cli to v0.48.0 --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b1769c7..c6eea10 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # MARKDOWNLINT_VERSION # Only required to install a specify version -MARKDOWNLINT_VERSION?=v0.47.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli +MARKDOWNLINT_VERSION?=v0.48.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli # CONTAINER_RUNTIME # The CONTAINER_RUNTIME variable will be used to specified the path to a diff --git a/README.md b/README.md index 5be1fea..edb733b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The workflow or how `markdownlint-ci` can be used is pretty good [documented](https://github.com/igorshubovych/markdownlint-cli#usage). ```bash -IMAGE_VERSION=0.47.0 +IMAGE_VERSION=0.48.0 docker run \ --rm \ --volume "$(pwd):$(pwd)" \ -- 2.49.1