Skip to content

Commit db681ad

Browse files
build(deps): Bump DavidAnson/markdownlint-cli2-action from 10 to 11 (#2094)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/DavidAnson/markdownlint-cli2-action) from 10 to 11. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v10...v11) --- 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>
1 parent d2fad2f commit db681ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
files: "**/*.md"
4747
separator: ","
48-
- uses: DavidAnson/markdownlint-cli2-action@v10
48+
- uses: DavidAnson/markdownlint-cli2-action@v11
4949
if: steps.changed-files.outputs.any_changed == 'true'
5050
with:
5151
globs: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)