diff --git a/.github/workflows/test_and_promote.yml b/.github/workflows/test_and_promote.yml index 7634558..85e1f93 100644 --- a/.github/workflows/test_and_promote.yml +++ b/.github/workflows/test_and_promote.yml @@ -21,7 +21,7 @@ jobs: ################################ - name: Lint Code Base if: env.ACT != 'true' - uses: github/super-linter@v4 + uses: github/super-linter@v5 env: VALIDATE_MARKDOWN: true VALIDATE_YAML: true