diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 572eff2..0161997 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4.1.6 - name: Check super-linter - uses: github/super-linter@v5.0.0 + uses: github/super-linter@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_KUBERNETES_KUBEVAL: false