diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a76a892..516d30b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter@v6.3.1 + uses: super-linter/super-linter@v6.4.0 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}