From a167473fb3be96e710c9fc1ecf0555a203710814 Mon Sep 17 00:00:00 2001 From: Bruno Bodin Date: Sun, 27 Oct 2024 13:33:06 +0100 Subject: [PATCH] Update superlinter.yml --- .github/workflows/superlinter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 7c11dc82..be24b6f7 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -19,7 +19,7 @@ jobs: # Runs the Super-Linter action - name: Run Super-Linter - uses: github/super-linter@v3 + uses: github/super-linter@v7.1.0 env: DEFAULT_BRANCH: main - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}