Skip to content

Commit 2b8a062

Browse files
authored
Merge pull request #269 from CERTCC/dependabot/github_actions/DavidAnson/markdownlint-cli2-action-21
2 parents 12b6c92 + 8ecf39e commit 2b8a062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint_md_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v5
11-
- uses: DavidAnson/markdownlint-cli2-action@v20
11+
- uses: DavidAnson/markdownlint-cli2-action@v21
1212
with:
1313
globs: |
1414
*.md

.github/workflows/lint_md_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
files: '**/*.md'
2323
separator: ","
24-
- uses: DavidAnson/markdownlint-cli2-action@v20
24+
- uses: DavidAnson/markdownlint-cli2-action@v21
2525
if: steps.changed-files.outputs.any_changed == 'true'
2626
with:
2727
globs: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)