Skip to content

Commit 0904690

Browse files
Bump DavidAnson/markdownlint-cli2-action action to v21 (#575)
* Bump DavidAnson/markdownlint-cli2-action action to v21 | datasource | package | from | to | | ----------- | ----------------------------------- | ------- | ------- | | github-tags | DavidAnson/markdownlint-cli2-action | v20.0.0 | v21.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update ISSUE_TEMPLATE.md --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
1 parent 8212251 commit 0904690

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: ''
33
---
44

5-
### Expected behaviour
5+
## Expected behaviour
66

77
<!-- Explain what you expected to happen. -->
88

9-
### Actual behaviour
9+
## Actual behaviour
1010

1111
<!-- Explain what actually happened. If an exception occurred, please include a stack trace if available. -->
1212

13-
### Steps to reproduce
13+
## Steps to reproduce
1414

1515
<!-- A concise, repeatable, example of how to illustrate the issue. -->

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
version: ${{ env.ZIZMOR_VERSION }}
5656

5757
- name: Lint markdown
58-
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
58+
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
5959
with:
6060
config: '.markdownlint.json'
6161
globs: |

0 commit comments

Comments
 (0)