From 11634c46e4f0461e876d962acf7fdd22f9ed659e Mon Sep 17 00:00:00 2001 From: "pull-bunyan[bot]" <189812701+pull-bunyan[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:04:19 +0000 Subject: [PATCH] chore(deps): update dependency shinagawa-web/gomarklint to v3.3.1 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index bc8e1d2..a98aed8 100644 --- a/mise.toml +++ b/mise.toml @@ -45,7 +45,7 @@ run = "go mod tidy && git diff --exit-code go.mod go.sum" [tasks.markdownlint] description = "Lint Markdown files" -run = "go run github.com/shinagawa-web/gomarklint/v3@v3.3.0" +run = "go run github.com/shinagawa-web/gomarklint/v3@v3.3.1" [tasks.actionlint] description = "Lint GitHub Actions workflows"