diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55516fe..11e3215 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: pnpm install && pnpm run gen - name: "Check: Linter" id: super-linter - uses: super-linter/super-linter/slim@a8150b40c89574adb5f68bf9502b890a236a06b3 # v5.7.2 + uses: super-linter/super-linter/slim@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6.0 env: FILTER_REGEX_EXCLUDE: 'dist/.*' DEFAULT_BRANCH: main