diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 9a200f9..00a93cb 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter@v6.9.0 + uses: super-linter/super-linter@v7.2.1 env: VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}