changed linter to v4

linter was failing as v3
This commit is contained in:
Chad Ferman
2022-02-11 16:25:29 -06:00
committed by GitHub
parent ca56c1d442
commit 040f0803b2

View File

@@ -43,7 +43,7 @@ jobs:
# Run Linter against code base # # Run Linter against code base #
################################ ################################
- name: Lint Code Base - name: Lint Code Base
uses: github/super-linter@v3 uses: github/super-linter@v4
env: env:
VALIDATE_ALL_CODEBASE: false VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main DEFAULT_BRANCH: main