diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 461c4e1..939a10c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,6 +9,6 @@ jobs: - name: Checkout Code uses: actions/checkout@v2.3.4 - name: Lint Code Base - uses: github/super-linter@v3.17.0 + uses: github/super-linter@v3.17.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}