Skip to content

Commit 3d78d25

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 418bf3c commit 3d78d25

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
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v6
1818
- name: markdownlint
19-
uses: reviewdog/action-markdownlint@v0.24.0
19+
uses: reviewdog/action-markdownlint@v0.26.2
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
reporter: github-pr-review

0 commit comments

Comments
 (0)