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

Bumps [ahmadnassri/action-conventional-commit-lint](https://github.com/ahmadnassri/action-conventional-commit-lint) from 2.1.16 to 2.1.17.
- [Release notes](https://github.com/ahmadnassri/action-conventional-commit-lint/releases)
- [Changelog](https://github.com/ahmadnassri/action-commit-lint/blob/master/.release.json)
- [Commits](https://github.com/ahmadnassri/action-conventional-commit-lint/compare/v2.1.16...v2.1.17)

---
updated-dependencies:
- dependency-name: ahmadnassri/action-conventional-commit-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-21 14:13:41 +00:00 committed by GitHub
parent 9b72b0121a
commit 4a2bdbcdc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,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@v2.1.16
uses: ahmadnassri/action-conventional-commit-lint@v2.1.17
with:
token: ${{ github.token }}