From 026860da74ff147daf9bee60ec7ed556500f44e7 Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Fri, 18 Oct 2019 17:01:16 -0300 Subject: [PATCH] docs: update version in instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49faf45..34f6030 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v1 - - uses: wagoid/commitlint-github-action@v1.1.1 + - uses: wagoid/commitlint-github-action@v1.2.1 ``` Alternatively, you can run on other event types such as `on: [push]`. In that case the action will lint the current commit instead of linting all commits from a pull request.