diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 9f08aa8..cd25c4e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter@v4.8.3 + uses: github/super-linter@v4.10.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: true