소스 검색

Merge pull request #873 from aya-rs/dependabot/github_actions/production-dependencies-4cb50122c4

dependabot[bot] 1 년 전
부모
커밋
79c1d8495e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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@v14
+        uses: DavidAnson/markdownlint-cli2-action@v15
 
       - name: Check TOML formatting
         run: taplo fmt --check