diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a8d7c18..35807d7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,6 +9,6 @@ jobs: - name: Checkout Code uses: actions/checkout@v2 - name: Lint Code Base - uses: github/super-linter@v3.15.2 + uses: github/super-linter@v3.15.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}