diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index cf1f4a614..375e1dd23 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # Full git history is needed to get a proper list of changed files within `super-linter` - - uses: github/super-linter/slim@v4 # use the slim linter since we don't use rust, dotenv, armttk, pwsh, or c# + - uses: github/super-linter/slim@v5 # use the slim linter since we don't use rust, dotenv, armttk, pwsh, or c# env: VALIDATE_ALL_CODEBASE: true VALIDATE_BASH: true