From 035f5d56e01f269cadfc096c682495ef119c0f8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 05:52:55 +0000 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2-action action to v22 in .github/workflows/website.yml --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e67027b260..441d85339e 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -81,7 +81,7 @@ jobs: /tmp/vale --glob='!*api-endpoints.md' runatlantis.io/docs/ - name: markdown-lint - uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19 + uses: DavidAnson/markdownlint-cli2-action@07035fd053f7be764496c0f8d8f9f41f98305101 # v22 with: config: .markdownlint.yaml globs: 'runatlantis.io/**/*.md'