diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 1d96463..ec0b853 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -24,6 +24,6 @@ jobs: fetch-depth: 0 # super-linter needs the full git history for file changes across commits - name: Super-Linter - uses: super-linter/super-linter@v8.0.0 # x-release-please-version + uses: super-linter/super-linter@v8.1.0 # x-release-please-version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # To report GitHub Actions status checks