ci(action): bump ahmadnassri/action-conventional-commit-lint

Bumps [ahmadnassri/action-conventional-commit-lint](https://github.com/ahmadnassri/action-conventional-commit-lint) from v1.1.6 to v1.3.
- [Release notes](https://github.com/ahmadnassri/action-conventional-commit-lint/releases)
- [Changelog](https://github.com/ahmadnassri/action-commit-lint/blob/master/.releaserc)
- [Commits](https://github.com/ahmadnassri/action-conventional-commit-lint/compare/v1.1.6...d6146e12854004af187361667c1a4533b9ea6ad2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-17 23:57:50 +00:00 committed by GitHub
parent 12d95cb985
commit 89aacc1576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ jobs:
- name: Commit lint
# Dependabot sometimes makes some really long commit messages and I can't stop it
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.actor == 'dependabot[bot]' }}
uses: ahmadnassri/action-conventional-commit-lint@v1.1.6
uses: ahmadnassri/action-conventional-commit-lint@v1.3
with:
token: ${{ github.token }}