Skip to content

Commit decc8ec

Browse files
chore(deps): bump DavidAnson/markdownlint-cli2-action from 18 to 19 (#7807)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 18 to 19. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v18...v19) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gjermund Garaba <gjermund@garaba.net>
1 parent 5d45b71 commit decc8ec

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
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
files: '**/*.md'
2020
separator: ","
21-
- uses: DavidAnson/markdownlint-cli2-action@v18
21+
- uses: DavidAnson/markdownlint-cli2-action@v19
2222
if: steps.changed-files.outputs.any_changed == 'true'
2323
with:
2424
globs: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)