Skip to content

Commit 8f33eb7

Browse files
authored
Merge pull request #233 from crytic/dependabot/github_actions/super-linter/super-linter-8.1.0
Bump super-linter/super-linter from 7.3.0 to 8.1.0
2 parents 51e46bc + 36378c6 commit 8f33eb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cp pyproject.toml .github/linters
4848
4949
- name: Pylint
50-
uses: super-linter/super-linter/slim@v7.3.0
50+
uses: super-linter/super-linter/slim@v8.1.0
5151
if: always()
5252
env:
5353
# run linter on everything to catch preexisting problems
@@ -83,7 +83,7 @@ jobs:
8383
cp pyproject.toml .github/linters
8484
8585
- name: Black
86-
uses: super-linter/super-linter/slim@v7.3.0
86+
uses: super-linter/super-linter/slim@v8.1.0
8787
if: always()
8888
env:
8989
# run linter on everything to catch preexisting problems

0 commit comments

Comments
 (0)