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: