From 56a39fcd25e2e5f16381c41ed3a5ab7ce388eaa6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Sep 2020 19:11:56 +0000 Subject: [PATCH] chore(deps): update dependency wagoid/commitlint-github-action to v2.1.0 --- .github/workflows/lint-commit-messages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-commit-messages.yml b/.github/workflows/lint-commit-messages.yml index fe39035f..247b268c 100644 --- a/.github/workflows/lint-commit-messages.yml +++ b/.github/workflows/lint-commit-messages.yml @@ -16,6 +16,6 @@ jobs: with: fetch-depth: 0 - name: Lint commit messages - uses: wagoid/commitlint-github-action@v2.0.0 + uses: wagoid/commitlint-github-action@v2.1.0 with: token: ${{ secrets.GITHUB_TOKEN }}