diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 0530245c..af3b3eac 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: run-linters - uses: github/super-linter@v4.5.1 + uses: github/super-linter@v4.9.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # disabled because it's not working with C libs