diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 082333f2f..fa9eb2e8a 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -42,7 +42,7 @@ jobs: cp pyproject.toml .github/linters - name: Black - uses: super-linter/super-linter/slim@v4.9.2 + uses: super-linter/super-linter/slim@v6.5.1 if: always() env: # run linter on everything to catch preexisting problems diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c49f9c09c..b4a6c888a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -45,7 +45,7 @@ jobs: echo "::add-matcher::.github/workflows/matchers/yamllint.json" - name: Lint everything else - uses: super-linter/super-linter/slim@v6.1.1 + uses: super-linter/super-linter/slim@v6.5.1 if: always() env: # run linter on everything to catch preexisting problems diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 6a3ea99ba..ea03b54bd 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -43,7 +43,7 @@ jobs: echo "::add-matcher::.github/workflows/matchers/pylint.json" - name: Pylint - uses: super-linter/super-linter/slim@v6.1.1 + uses: super-linter/super-linter/slim@v6.5.1 if: always() env: # Run linters only on new files for pylint to speed up the CI