From 4a2bdbcdc647347c1a240b4138e55187691a22ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:13:41 +0000 Subject: [PATCH] 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] --- .github/workflows/commit-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 0aed05d..7f738ec 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -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 }}