Skip to content

Commit

Permalink
chore(deps): update davidanson/markdownlint-cli2-action action to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 7242a81 commit e9e485a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standardfiles/ide/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -21,6 +21,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Run Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v16
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: "**/*.md"
2 changes: 1 addition & 1 deletion standardfiles/terraform/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Run Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v16
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: "**/*.md"
json:

0 comments on commit e9e485a

Please sign in to comment.