diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2fda945..bba1c81 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: echo "this is just a branch push, not a PR." - name: Lint Code Base - uses: github/super-linter/slim@v5.0.0 + uses: github/super-linter/slim@v6 env: DEFAULT_BRANCH: ${{ env.DEFAULT_BRANCH }} VALIDATE_ALL_CODEBASE: true