diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index cd8cb12c457cad..39f945511114fd 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -68,7 +68,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v4 + uses: github/super-linter@v5 env: CSS_FILE_NAME: stylelint.config.js DEFAULT_BRANCH: main