diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 70ad75e..ae3b6c8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: # list of files that changed across commits fetch-depth: 0 - name: Super-linter - uses: super-linter/super-linter@v8.1.0 # x-release-please-version + uses: super-linter/super-linter@v8.2.1 # x-release-please-version env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}