From 1de0d3e31f1b3fe9c73523d4e8f9332b48f9855c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:04:42 +0000 Subject: [PATCH] chore(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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-cc.yaml b/.github/workflows/check-cc.yaml index 83c00a0..9803ed0 100644 --- a/.github/workflows/check-cc.yaml +++ b/.github/workflows/check-cc.yaml @@ -13,6 +13,6 @@ jobs: name: Check for conventional commit compliance 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|-)+\))?(!)?:.*'