Skip to content

Commit

Permalink
chore(deps-ci): upgrade conventional commit check (#923)
Browse files Browse the repository at this point in the history
[email protected] includes an update[1] that recognizes scopes that
contain hyphens.

[1] dev-build-deploy/commit-me@38d4cb0
  • Loading branch information
robbkidd authored Apr 2, 2024
1 parent eabc134 commit addc2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit addc2f3

Please sign in to comment.