Skip to content

Commit 6b61e38

Browse files
authored
update superlinter (#18320)
# Objective - super-linter uses an old version in CI and wasn't updated for the last two years ## Solution - Update super-linter
1 parent 137451b commit 6b61e38

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
@@ -234,7 +234,7 @@ jobs:
234234
# Full git history is needed to get a proper list of changed files within `super-linter`
235235
fetch-depth: 0
236236
- name: Run Markdown Lint
237-
uses: docker://ghcr.io/github/super-linter:slim-v4
237+
uses: super-linter/super-linter/slim@v7.3.0
238238
env:
239239
MULTI_STATUS: false
240240
VALIDATE_ALL_CODEBASE: false

0 commit comments

Comments
 (0)