From 1d81a2148bcca069c124b413809fe41065ab05b8 Mon Sep 17 00:00:00 2001 From: haril song Date: Thu, 12 Dec 2024 12:59:34 +0900 Subject: [PATCH] chore: update superlinter version --- .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 ab0c58c..97ff53d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Super-linter - uses: super-linter/super-linter@v6.6.0 # x-release-please-version + uses: super-linter/super-linter@v7.2.0 # x-release-please-version env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}