소스 검색

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

dependabot[bot] 5 달 전
부모
커밋
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