Skip to content

Commit b299f97

Browse files
chore(deps): bump reviewdog/action-markdownlint from 0.24.0 to 0.26.2
Bumps [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) from 0.24.0 to 0.26.2. - [Release notes](https://github.com/reviewdog/action-markdownlint/releases) - [Commits](reviewdog/action-markdownlint@v0.24.0...v0.26.2) --- updated-dependencies: - dependency-name: reviewdog/action-markdownlint dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e032687 commit b299f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: markdownlint
15-
uses: reviewdog/action-markdownlint@v0.24.0
15+
uses: reviewdog/action-markdownlint@v0.26.2
1616
with:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}
1818
reporter: github-pr-review

0 commit comments

Comments
 (0)