diff --git a/.github/workflows/check-cc.yml b/.github/workflows/check-cc.yml index ebecf85..01cd089 100644 --- a/.github/workflows/check-cc.yml +++ b/.github/workflows/check-cc.yml @@ -13,6 +13,6 @@ jobs: name: Check for conventional commit runs-on: ubuntu-latest steps: - - uses: agenthunt/conventional-commit-checker-action@v2.0.0 + - uses: agenthunt/conventional-commit-checker-action@v2.0.1 with: pr-title-regex: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\((\w|-)+\))?(!)?: (.+)$'