Skip to content

Commit 977b13a

Browse files
Bump super-linter/super-linter from 4.9.2 to 8.2.1
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 4.9.2 to 8.2.1. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@v4.9.2...v8.2.1) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f678c6 commit 977b13a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cp pyproject.toml .github/linters
4343
4444
- name: Black
45-
uses: super-linter/super-linter/slim@v4.9.2
45+
uses: super-linter/super-linter/slim@v8.2.1
4646
if: always()
4747
env:
4848
# run linter on everything to catch preexisting problems

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
rm -rf docs/src/
5050
5151
- name: Lint everything else
52-
uses: super-linter/super-linter/slim@v6.1.1
52+
uses: super-linter/super-linter/slim@v8.2.1
5353
if: always()
5454
env:
5555
# run linter on everything to catch preexisting problems

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "::add-matcher::.github/workflows/matchers/pylint.json"
4444
4545
- name: Pylint
46-
uses: super-linter/super-linter/slim@v6.1.1
46+
uses: super-linter/super-linter/slim@v8.2.1
4747
if: always()
4848
env:
4949
# Run linters only on new files for pylint to speed up the CI

0 commit comments

Comments
 (0)