diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86fe484..d6f7f59 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v5 + uses: github/super-linter@v6 env: VALIDATE_ALL_CODEBASE: true DEFAULT_BRANCH: master