Skip to content

Commit fd595b5

Browse files
Update DavidAnson/markdownlint-cli2-action action to v13 (hestiacp#4021)
* Update DavidAnson/markdownlint-cli2-action action to v13 * Update renovate.json --------- Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
1 parent 13289db commit fd595b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616

1717
- name: Run markdownlint
18-
uses: DavidAnson/markdownlint-cli2-action@8f3516061301755c97ff833a8e933f09282cc5b5 # v11
18+
uses: DavidAnson/markdownlint-cli2-action@ed4dec634fd2ef689c7061d5647371d8248064f1 # v13
1919
with:
2020
globs: |
2121
*.md

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
],
2424
"enabledManagers": ["npm", "composer", "github-actions"],
2525
"ignorePaths": ["**/node_modules/**", "install/deb/filemanager/filegator/composer.json"],
26-
"reviewers": ["jaapmarcus", "krismkenn"],
26+
"reviewers": ["jaapmarcus"],
2727
"branchPrefix": "dependencies/"
2828
}

0 commit comments

Comments
 (0)