From ef05911e92275363ffac4fb23f7f47d4cdc1c942 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Feb 2021 19:22:49 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v3.0.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 8ed75dbfe..f111cd896 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@v3.0.0 + uses: wagoid/commitlint-github-action@v3.0.1 with: configFile: .commitlintrc.js