diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b5640659..63557ac5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,6 +15,6 @@ jobs: # Runs the Super-Linter action - name: Run Super-Linter - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}