From cdee2fcaad15ee2bb9262fefe2198e45b57e111a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:21:45 -0600 Subject: [PATCH] chore(deps): update davidanson/markdownlint-cli2-action action to v18 (#84) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- standardfiles/ide/.github/workflows/ci.yml | 2 +- standardfiles/terraform/.github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/standardfiles/ide/.github/workflows/ci.yml b/standardfiles/ide/.github/workflows/ci.yml index e6eeb80..c876ceb 100644 --- a/standardfiles/ide/.github/workflows/ci.yml +++ b/standardfiles/ide/.github/workflows/ci.yml @@ -21,6 +21,6 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Run Markdown Lint - uses: DavidAnson/markdownlint-cli2-action@v17 + uses: DavidAnson/markdownlint-cli2-action@v18 with: globs: "**/*.md" diff --git a/standardfiles/terraform/.github/workflows/ci.yml b/standardfiles/terraform/.github/workflows/ci.yml index edd5af9..a8d961d 100644 --- a/standardfiles/terraform/.github/workflows/ci.yml +++ b/standardfiles/terraform/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Run Markdown Lint - uses: DavidAnson/markdownlint-cli2-action@v17 + uses: DavidAnson/markdownlint-cli2-action@v18 with: globs: "**/*.md" json: