diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e87d825..43b1d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 # needed for super-linter - name: Lint codebase - uses: github/super-linter@v5 + uses: github/super-linter@v6 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main