From 58c8891e5ed01938d9ee07ce2a95824371fa774e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 24 Jul 2021 00:00:27 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v4 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a747632..7ce655b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 0 - name: Commit lint ✨ - uses: wagoid/commitlint-github-action@v2 + uses: wagoid/commitlint-github-action@v4 - name: Install dependencies run: npm install