From 12e36a397559f7ad2862f50f96fed85444abc770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:15:11 +0000 Subject: [PATCH] build(deps): bump agenthunt/conventional-commit-checker-action Bumps [agenthunt/conventional-commit-checker-action](https://github.com/agenthunt/conventional-commit-checker-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/agenthunt/conventional-commit-checker-action/releases) - [Commits](https://github.com/agenthunt/conventional-commit-checker-action/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: agenthunt/conventional-commit-checker-action dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check-cc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|-)+\))?(!)?: (.+)$'