Browse Source

Merge pull request #1269 from aya-rs/dependabot/github_actions/github-actions-b6130af3f2

dependabot[bot] 2 days ago
parent
commit
e239f3abbd
2 changed files with 4 additions and 4 deletions
  1. 1 1
      .github/workflows/ci.yml
  2. 3 3
      CODE_OF_CONDUCT.md

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

@@ -33,7 +33,7 @@ jobs:
 
       - run: git ls-files -- '*.c' '*.h' | xargs clang-format --dry-run --Werror
 
-      - uses: DavidAnson/markdownlint-cli2-action@v19
+      - uses: DavidAnson/markdownlint-cli2-action@v20
 
       - run: taplo fmt --check
 

+ 3 - 3
CODE_OF_CONDUCT.md

@@ -115,7 +115,7 @@ the community.
 ## Attribution
 
 This Code of Conduct is adapted from the [Contributor Covenant][homepage],
-version 2.0, available [here][covenant-2-0].
+[version 2.0][covenant-2-0].
 
 Community Impact Guidelines were inspired by [Mozilla's code of conduct
 enforcement ladder](https://github.com/mozilla/diversity).
@@ -124,5 +124,5 @@ enforcement ladder](https://github.com/mozilla/diversity).
 [covenant-2-0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct
 
 For answers to common questions about this code of conduct, see the
-[FAQ](https://www.contributor-covenant.org/faq). Translations are available
-[here](https://www.contributor-covenant.org/translations).
+[FAQ](https://www.contributor-covenant.org/faq).
+[Translations](https://www.contributor-covenant.org/translations) are available.