From 38e6f86b4d7f066a2fec4acc402dcfce8833fc1c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Feb 2021 15:09:49 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v2.2.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00e888be1..37fa01d57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -303,7 +303,7 @@ jobs: fetch-depth: 0 - name: Lint git commit - uses: wagoid/commitlint-github-action@v2.2.0 + uses: wagoid/commitlint-github-action@v2.2.2 with: configFile: .commitlintrc.js