Skip to content

Commit d37159c

Browse files
Bump DavidAnson/markdownlint-cli2-action from 18 to 19
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 18 to 19. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v18...v19) --- 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>
1 parent 63f894d commit d37159c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e3sm-gh-md-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
files: '**/*.md'
2727
separator: ","
28-
- uses: DavidAnson/markdownlint-cli2-action@v18
28+
- uses: DavidAnson/markdownlint-cli2-action@v19
2929
if: steps.changed-files.outputs.any_changed == 'true'
3030
with:
3131
config: 'docs/.markdownlint.json'

0 commit comments

Comments
 (0)