ci: bump Super-linter to 7.0.0

This commit is contained in:
Matouš Volf 2024-08-16 09:16:21 +02:00
parent 42e8bf77ad
commit 7ab6a3bbe7

View File

@ -22,7 +22,7 @@ jobs:
# Super-linter needs the full git history to get the list of files that changed across commits
fetch-depth: 0
- name: Super-linter check
uses: super-linter/super-linter@v6.9.0 # x-release-please-version
uses: super-linter/super-linter@v7.0.0 # x-release-please-version
env:
# to report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}