From 89aacc1576a42dd8af57db76f4bb32e1a9f4335d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 23:57:50 +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 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] --- .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 dbfa6363..7ccd0ddc 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -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 }}