From 754d126196ea873692ca6d9ab153c16b12d260cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 14:39:39 +0000 Subject: [PATCH] Bump reviewdog/action-markdownlint from 0.10.0 to 0.12.1 Bumps [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) from 0.10.0 to 0.12.1. - [Release notes](https://github.com/reviewdog/action-markdownlint/releases) - [Commits](https://github.com/reviewdog/action-markdownlint/compare/v0.10.0...v0.12.1) --- updated-dependencies: - dependency-name: reviewdog/action-markdownlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_linter_markdown.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_linter_markdown.yml b/.github/workflows/pr_linter_markdown.yml index 12ec5eecd3..9b241c3e4d 100644 --- a/.github/workflows/pr_linter_markdown.yml +++ b/.github/workflows/pr_linter_markdown.yml @@ -26,7 +26,7 @@ jobs: # Filter results by added/modified lines. - name: "Vérifie la syntaxe des lignes ajoutées ou modifiées" id: markdownlint-github-pr-review-added - uses: reviewdog/action-markdownlint@v0.10.0 + uses: reviewdog/action-markdownlint@v0.12.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} fail_on_error: true @@ -61,7 +61,7 @@ jobs: # # as long as they are in added/modified file even if the results are not in actual diff. # - name: "Vérifie la syntaxe de tous les fichiers ajoutés ou modifiés" # id: markdownlint-github-pr-review-file - # uses: reviewdog/action-markdownlint@v0.10.0 + # uses: reviewdog/action-markdownlint@v0.12.1 # with: # github_token: ${{ secrets.GITHUB_TOKEN }} # fail_on_error: false