diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9cbf18e..b33c772 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v6 + uses: github/super-linter@v7 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main