diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a82ffb1..e4e996c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: # Runs the Super-Linter action - name: Run Super-Linter on new changes - uses: github/super-linter@v4 + uses: github/super-linter@v5 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}