From 7154a64ace9ee77a72a9b5f6432fb3bc0c859c56 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 28 Jan 2021 23:48:46 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v2.1.7 --- .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 7be65bdb..3b0638aa 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.6 + uses: wagoid/commitlint-github-action@v2.1.7 with: token: ${{ secrets.GITHUB_TOKEN }}