Skip to content

Commit 92f22fd

Browse files
CI: Bump DavidAnson/markdownlint-cli2-action from 22 to 23
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 22 to 23. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v22...v23) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '23' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4b9814 commit 92f22fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
separator: ","
5757
- name: Lint Markdown files
5858
if: steps.changed-files-md.outputs.any_changed == 'true'
59-
uses: DavidAnson/markdownlint-cli2-action@v22
59+
uses: DavidAnson/markdownlint-cli2-action@v23
6060
with:
6161
config: '.github/config.markdownlint-cli2.jsonc'
6262
globs: ${{ steps.changed-files-md.outputs.all_changed_files }}

0 commit comments

Comments
 (0)