diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index ea69759..3e18afd 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -9,6 +9,6 @@ jobs:
       - name: Checkout Code
         uses: actions/checkout@v3.0.2
       - name: Lint Code Base
-        uses: github/super-linter@v4.1.0
+        uses: github/super-linter@v4.9.6
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}