From 2032a9d5c767ff6b1d83a8db35e07996f450c85d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:06:35 +0000 Subject: [PATCH] chore(deps): bump agenthunt/conventional-commit-checker-action Bumps the github-actions group with 1 update: [agenthunt/conventional-commit-checker-action](https://github.com/agenthunt/conventional-commit-checker-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index 1b5c6d2..70b8614 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -14,6 +14,6 @@ jobs: steps: - name: check-for-cc id: check-for-cc - uses: agenthunt/conventional-commit-checker-action@v2.0.0 + uses: agenthunt/conventional-commit-checker-action@v2.0.1 with: pr-title-regex: "^(.+)(?:(([^)s]+)))?!?: (.+)"