From a8d3dfc217ff264d2b7eff8ed6eedece18858ba2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 23:17:07 -0800 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v4 (#2525) Co-authored-by: Renovate Bot --- .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 24d3c8c9..09ddf6d7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,7 +41,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