From e18d3117ea98a5fb759601f3f1265b93330d0fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 06:39:00 +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.2 to v1.1.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.2...334c00b802dbfee3c1ce5edbff643b30ca3dd8ac) 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 9e595a44..25e98669 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.2 + uses: ahmadnassri/action-conventional-commit-lint@v1.1.3 with: token: ${{ github.token }}