Skip to content

Commit c95e211

Browse files
authored
Merge pull request tim-actions#3 from kolyshkin/patch-2
README.md: fix version
2 parents 44e2d29 + 6edae44 commit c95e211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Check Subject Line Length
48-
uses: tim-actions/commit-message-checker-with-regex@v1.0.0
48+
uses: tim-actions/commit-message-checker-with-regex@v0.3.1
4949
with:
5050
commits: ${{ steps.get-pr-commits.outputs.commits }}
5151
pattern: '^.{0,75}(\n.*)*$'

0 commit comments

Comments
 (0)