Skip to content

Commit eec2ff0

Browse files
Bump DavidAnson/markdownlint-cli2-action from 17 to 20 (#11)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 17 to 20. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v17...v20) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '20' 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>
1 parent 5c2f5a2 commit eec2ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdownLint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: changed-files
3030
with:
3131
files: '**/*.md'
32-
- uses: DavidAnson/markdownlint-cli2-action@v17
32+
- uses: DavidAnson/markdownlint-cli2-action@v20
3333
if: steps.changed-files.outputs.any_changed == 'true'
3434
with:
3535
globs: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)