From 7ab6a3bbe72aaa6d7102af3de676a656419eb920 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matou=C5=A1=20Volf?= <git@matousvolf.cz>
Date: Fri, 16 Aug 2024 09:16:21 +0200
Subject: [PATCH] ci: bump Super-linter to 7.0.0

---
 .github/workflows/lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 274d9d8..abdfcc7 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -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 }}