diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e762f29c3..c49f9c09c 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.0.0 + uses: super-linter/super-linter/slim@v6.1.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 b7376b1d6..6a3ea99ba 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.0.0 + uses: super-linter/super-linter/slim@v6.1.1 if: always() env: # Run linters only on new files for pylint to speed up the CI