Skip to content

Commit a9dc847

Browse files
chore: Bump DavidAnson/markdownlint-cli2-action from 20 to 21
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 20 to 21. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v20...v21) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 597d692 commit a9dc847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
!data/planet/**/*.md
1818
!data/changelog/**/*.md
1919
separator: ","
20-
- uses: DavidAnson/markdownlint-cli2-action@v20
20+
- uses: DavidAnson/markdownlint-cli2-action@v21
2121
if: steps.changed-files.outputs.any_changed == 'true'
2222
with:
2323
globs: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)