瀏覽代碼

Merge pull request #1126 from aya-rs/dependabot/github_actions/github-actions-4fb87efe6a

dependabot[bot] 3 月之前
父節點
當前提交
1355a2094f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yml

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

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