Skip to content

Commit

Permalink
chore(deps): bump gsactions/commit-message-checker from 1 to 2 (#32)
Browse files Browse the repository at this point in the history
Bumps [gsactions/commit-message-checker](https://github.com/gsactions/commit-message-checker) from 1 to 2.
- [Release notes](https://github.com/gsactions/commit-message-checker/releases)
- [Commits](GsActions/commit-message-checker@v1...v2)

---
updated-dependencies:
- dependency-name: gsactions/commit-message-checker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2022
1 parent 27be55d commit d779fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-message-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Commit Type
uses: gsactions/commit-message-checker@v1
uses: gsactions/commit-message-checker@v2
with:
pattern: '^\S+\((.+)\):\s(.+)$'
flags: 'gm'
Expand Down

0 comments on commit d779fa1

Please sign in to comment.