diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7716d74e..abf329da 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@v4 + uses: wagoid/commitlint-github-action@v5 Release: needs: [Test, CommitLint, Lint]