diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d0cece44..58a9e90a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Lint Markdown - uses: DavidAnson/markdownlint-cli2-action@v17 + uses: DavidAnson/markdownlint-cli2-action@v18 with: globs: '**/*.md' - name: Lint Dockerfile