diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c755a512f..def178b89 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - name: Lint - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v6 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }} DEFAULT_BRANCH: "${{ env.DEFAULT_BRANCH }}"