From bd815a44a695ffaeaae03a4d0c2dde938061be81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:58:20 +0000 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v7 --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 752a96c..05556d5 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -17,6 +17,6 @@ jobs: run: cat .github/super-linter.env >> "$GITHUB_ENV" - name: Lint code base - uses: super-linter/super-linter/slim@v6 + uses: super-linter/super-linter/slim@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}