Skip to content

Commit 0c096d3

Browse files
committed
remove minor and patch version from superlinter (#2203)
Removes the superlinter patch version to prevent large amounts of dependabot pull request noise.
1 parent 0719659 commit 0c096d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
fetch-depth: 0
8686

8787
- name: Run Markdown Lint
88-
uses: github/super-linter@v3.17.0
88+
uses: github/super-linter@v3
8989
env:
9090
VALIDATE_ALL_CODEBASE: false
9191
VALIDATE_MARKDOWN: true

0 commit comments

Comments
 (0)