From addc2f3852985403963034ce2203fc537f1c9259 Mon Sep 17 00:00:00 2001 From: Robb Kidd Date: Tue, 2 Apr 2024 16:53:15 -0400 Subject: [PATCH] chore(deps-ci): upgrade conventional commit check (#923) commit-me@v1.4.0 includes an update[1] that recognizes scopes that contain hyphens. [1] https://github.com/dev-build-deploy/commit-me/commit/38d4cb09a1bf468012516a3bfbfad325f3435915 --- .github/workflows/conventional-commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index cc3a3ef71..1a4cf46ab 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -22,7 +22,7 @@ jobs: name: Conventional Commits Validation runs-on: ubuntu-latest steps: - - uses: dev-build-deploy/commit-me@v1.3.1 + - uses: dev-build-deploy/commit-me@v1.4.0 env: FORCE_COLOR: 3 with: