From b1a01b67179cea2fa8c5dcf248b9adecf43a285d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 00:45:57 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20reviewdog/action?= =?UTF-8?q?-markdownlint=20(v0.26.0=20=E2=86=92=20v0.26.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index edeaf5e..b580395 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -35,7 +35,7 @@ jobs: reporter: github-pr-review - name: markdownlint - uses: reviewdog/action-markdownlint@f901468edf9a3634dd39b35ba26cad0aad1a0bfd # v0.26.0 + uses: reviewdog/action-markdownlint@3667398db9118d7e78f7a63d10e26ce454ba5f58 # v0.26.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review