From 3799d7b8df6ac80b36e53315961d3d2c7f15e372 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 6 Apr 2021 11:35:32 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v3.1.0 --- .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 e2a3589b2..72e1e45e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -276,7 +276,7 @@ jobs: fetch-depth: 0 - name: Lint git commit - uses: wagoid/commitlint-github-action@v3.0.8 + uses: wagoid/commitlint-github-action@v3.1.0 with: configFile: .commitlintrc.js