Skip to content

Commit 0a46728

Browse files
committed
misc/github: bump check-commits action to v2
1 parent d6a1577 commit 0a46728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-commits.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: '📜 Check commit messages format'
18-
uses: gsactions/commit-message-checker@v1
18+
uses: gsactions/commit-message-checker@v2
1919
with:
2020
pattern: '^[^!]+: [A-Za-z]+.+ .+\.$'
2121
flags: 'gm'

0 commit comments

Comments
 (0)