From 837139b24063357352afd45c67fc2b03443170fc Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Fri, 1 Aug 2025 03:17:11 +0000 Subject: [PATCH] chore(deps): Update nosborn/github-action-markdown-cli action to v3.5.0 --- .github/workflows/lint_markdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_markdown.yml b/.github/workflows/lint_markdown.yml index c55b905..d2e781b 100644 --- a/.github/workflows/lint_markdown.yml +++ b/.github/workflows/lint_markdown.yml @@ -25,7 +25,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v3.4.0 + uses: nosborn/github-action-markdown-cli@v3.5.0 with: files: . config_file: .markdownlint.yaml