diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 5da0a57a..b8c038b3 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -348,7 +348,7 @@ jobs: fetch-tags: true - name: "Run Linter" - uses: github/super-linter@v6 + uses: github/super-linter@v7 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{secrets.SOURCE_PUSH_TOKEN}}