Skip to content

Commit a8504e1

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

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@v20
59+
uses: DavidAnson/markdownlint-cli2-action@v22
6060
with:
6161
globs: ${{ steps.changed-files-md.outputs.all_changed_files }}
6262
separator: ","

0 commit comments

Comments
 (0)