From 8e02e0f3a5ee0b9cf84b3a5c5251dd565d1fccaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 13:12:50 +0000 Subject: [PATCH] Bump super-linter/super-linter from 7.4.0 to 8.0.0 --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6ae1282..50d47bc 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Super-linter - uses: super-linter/super-linter@v7.4.0 + uses: super-linter/super-linter@v8.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FIX_MARKDOWN_PRETTIER: true