From 50abfc73192d2f72928334a95ce875669465f610 Mon Sep 17 00:00:00 2001 From: mkosiarc Date: Tue, 6 Aug 2024 16:28:34 +0200 Subject: [PATCH] Replace markdownlint action same fix as in atomic-reactor repo https://github.com/containerbuildsystem/atomic-reactor/commit/89e4b828e6602716b6a7a85a4f7ec3e1a43c50f7 Signed-off-by: mkosiarc --- .github/workflows/linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}