chore: update latest version

This commit is contained in:
Adrian Smijulj 2021-03-26 19:32:50 +01:00
parent b8865a6272
commit 2b8587efef

View file

@ -7,7 +7,7 @@ A simple GitHub action that makes sure all commit messages are following the [Co
Note that, typically, you would make this check on a pre-commit hook (for example, using something like [Commitlint](https://commitlint.js.org/)), but those can easily be skipped, hence this GitHub action.
### Usage
Latest version: `v1.0.2`
Latest version: `v1.0.3`
```yml
name: Conventional Commits
@ -23,5 +23,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: webiny/action-conventional-commits@v1.0.2
- uses: webiny/action-conventional-commits@v1.0.3
```