From c92c1b01f569ffda9cb269691627981a4358ff10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 00:14:32 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v6 --- .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 03c7b94..b7a234a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,7 +44,7 @@ jobs: with: fetch-depth: 0 - name: Commit lint ✨ - uses: wagoid/commitlint-github-action@v5 + uses: wagoid/commitlint-github-action@v6 - name: Install dependencies run: npm install