From 0f3f166c92694f4c2b8609baa16d5130fb40fc26 Mon Sep 17 00:00:00 2001 From: Spyros Date: Sun, 21 Jul 2024 13:53:48 +0100 Subject: [PATCH] upgrade linter (#533) --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 9adad3d1..9c7faf9a 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v5 + uses: github/super-linter@v6 env: VALIDATE_PYTHON_BLACK: true VALIDATE_ALL_CODEBASE: false