From c9fc3212d4f9ed0a14bf57ad7acf560cff4156ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Nov 2020 14:30:03 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v2.1.1 --- .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 ae01ba788..ecfbad1bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -386,7 +386,7 @@ jobs: fetch-depth: 100 - name: Lint git commit - uses: wagoid/commitlint-github-action@v2.0.3 + uses: wagoid/commitlint-github-action@v2.1.1 with: configFile: .commitlintrc.js