Skip to content

Commit

Permalink
build(deps): bump gsactions/commit-message-checker from 1 to 2
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>
  • Loading branch information
dependabot[bot] authored and hdonnay committed Dec 1, 2022
1 parent 5a8128c commit b883bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: commit check
uses: gsactions/commit-message-checker@v1
uses: gsactions/commit-message-checker@v2
with:
pattern: |
^(.*):\s*(.*)\n.*$
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: commit check
uses: gsactions/commit-message-checker@v1
uses: gsactions/commit-message-checker@v2
with:
pattern: |
^(.*):\s*(.*)\n.*$
Expand Down

0 comments on commit b883bc2

Please sign in to comment.