diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ef0f089..9a3ca53 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.6.0 + uses: super-linter/super-linter@v7.0.0 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}