diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 757bc49e..74d2ad38 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v3 - name: Run markdownlint - uses: containerbuildsystem/actions/markdownlint@master + uses: DavidAnson/markdownlint-cli2-action@v16 pylint: name: Pylint analyzer for Python ${{ matrix.os.python }}