From 4474a392d93f403e58776cae70d648ce44a997b8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Feb 2021 15:30:24 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v2.2.2 --- .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 5063e899..c76fc569 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.2.0 + uses: wagoid/commitlint-github-action@v2.2.2 with: token: ${{ secrets.GITHUB_TOKEN }}