From 545c463b4b867c38797557f1d64e2e014ccc8f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:40:12 +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 0b6ed3fb..79a9bada 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -15,6 +15,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 }}