diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 049a7a6..bccbb28 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,7 +46,7 @@ jobs: with: fetch-depth: 0 - name: Commit lint ✨ - uses: wagoid/commitlint-github-action@v4 + uses: wagoid/commitlint-github-action@v5 - name: Install dependencies run: npm install --ignore-scripts ## TODO build fails here!