From c0ef3cef9b536218d0adbd7f2f057fadc102bc10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:57:42 +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 12fa846..342678b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: run: pnpm run test.lint - name: Commit lint ✨ - uses: wagoid/commitlint-github-action@v5 + uses: wagoid/commitlint-github-action@v6 Release: needs: [Lint]