Browse Source

Merge pull request #844 from aya-rs/dependabot/github_actions/DavidAnson/markdownlint-cli2-action-14

dependabot[bot] 1 năm trước cách đây
mục cha
commit
f7bb525237
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -37,7 +37,7 @@ jobs:
         run: git ls-files -- '*.c' '*.h' | xargs clang-format --dry-run --Werror
       
       - name: Check Markdown
-        uses: DavidAnson/markdownlint-cli2-action@v13
+        uses: DavidAnson/markdownlint-cli2-action@v14
 
       - name: Check TOML formatting
         run: taplo fmt --check