diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69e0a92..40e2e16 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Lint Code Base - uses: super-linter/super-linter/slim@v8.2.0 + uses: super-linter/super-linter/slim@v8.2.1 env: DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}