Skip to content

Commit baf1bde

Browse files
Bump DavidAnson/markdownlint-cli2-action from 24 to 24.1.0
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 24 to 24.1.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v24...v24.1.0) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 24.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d50cb18 commit baf1bde

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