Skip to content

Commit 822975f

Browse files
chore: Bump DavidAnson/markdownlint-cli2-action from 20 to 21 (#3396)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d2f220 commit 822975f

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)