diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a2a9900..aecd39c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -50,6 +50,6 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v4 + uses: github/super-linter@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}