From 6f55c24debfc63b3161ed44f3ca44876c97bd10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 19:41:05 +0200 Subject: [PATCH] Bump DavidAnson/markdownlint-cli2-action from 15 to 16 (#125) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 259b2c4..0e78d4d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -7,6 +7,6 @@ jobs: - name: Set up Git repository uses: actions/checkout@v4 - name: Lint - uses: DavidAnson/markdownlint-cli2-action@v15 + uses: DavidAnson/markdownlint-cli2-action@v16 with: globs: '**/*.md'