Browse Source

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

dependabot[bot] 1 year ago
parent
commit
79c1d8495e
1 changed files with 1 additions and 1 deletions
  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