From 473cfee2344b233cf37f18ef0751cd4f3f6e21fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:58:08 +0300 Subject: [PATCH] =?UTF-8?q?feat(github-action)!:=20Update=20github/super-l?= =?UTF-8?q?inter=20(=20v6=20=E2=86=92=20v7=20)=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index aee227d..86b9b14 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -61,7 +61,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v6 + uses: github/super-linter@v7 env: VALIDATE_ALL_CODEBASE: false FIX_JAVASCRIPT_STANDARD: true