From b86b9d7935bbdbada17afbf850ce3c2de27c9c27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 18:51:08 +0000 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v8 --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index f8d0cf5..3f6dda5 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Lint Workflows - uses: super-linter/super-linter/slim@v7 + uses: super-linter/super-linter/slim@v8 env: VALIDATE_GITHUB_ACTIONS: true DEFAULT_BRANCH: main