Skip to content

Commit ffe713d

Browse files
Bump DavidAnson/markdownlint-cli2-action from 24.1.0 to 24.2.0 (#3737)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 24.1.0 to 24.2.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v24.1.0...v24.2.0) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 24.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e03e583 commit ffe713d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v24.1.0
20+
- uses: DavidAnson/markdownlint-cli2-action@v24.2.0
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)