diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8daacf02..171d051e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,7 +58,7 @@ jobs: with: fetch-depth: 0 - name: Commit lint ✨ - uses: wagoid/commitlint-github-action@v3 + uses: wagoid/commitlint-github-action@v5 Release: needs: [Test, CommitLint, Lint]