From c1c609f68f1e2ceaa41b92c74660bcad572b62f3 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Thu, 29 Feb 2024 07:39:27 +0200 Subject: [PATCH] chore: fix markdownlint gh action --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a6aad88d..6f3b581d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,5 +31,4 @@ jobs: name: markdownlint runs-on: ubuntu-latest steps: - - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v3.3.0 + - uses: DavidAnson/markdownlint-cli2-action@v15