From 793f1e3ebb13e099a90a10c833c939f582ecb6a0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Dec 2020 23:29:00 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v2.1.6 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b0bcc8e7..de31a8ed 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,7 +24,7 @@ jobs: - name: test run: yarn test - name: commitlint - uses: wagoid/commitlint-github-action@v2.1.4 + uses: wagoid/commitlint-github-action@v2.1.6 - name: setting git values run: | git config --local user.email "cdaringe@cdaringe.com"