Skip to content

Commit 36f24bf

Browse files
CopilotVermeille
andcommitted
Fix CI lint failure by upgrading Super-Linter from v3 to v4
Co-authored-by: Vermeille <1108219+Vermeille@users.noreply.github.com>
1 parent 8c9f29d commit 36f24bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Lint with GitHub Super Linter
15-
uses: github/super-linter@v3
15+
uses: github/super-linter@v4
1616
env:
1717
LINTER_RULES_PATH: . # Avoid having to create .github/linters/ dir
1818
VALIDATE_PYTHON_FLAKE8: true # Code lint

0 commit comments

Comments
 (0)