From d99eac4bedcd5550e85a9c26b95581b21c27b3a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 7 Feb 2021 11:02:03 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v2.2.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 3b0638aa..5063e899 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.1.7 + uses: wagoid/commitlint-github-action@v2.2.0 with: token: ${{ secrets.GITHUB_TOKEN }}