From e9111ac1901c6fdaf434b65226fd168fbe59065a Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Fri, 13 Mar 2026 15:01:47 -0300 Subject: [PATCH] chore(deps): Update `@commitlint/cli` from 19.5.0 to 20.4.4 - [Software Repository](https://www.npmjs.com/package/@commitlint/cli/v/20.4.4) - [Release Notes](https://github.com/conventional-changelog/commitlint/releases/tag/v20.4.4) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/v20.4.4/CHANGELOG.md#2044-2026-03-12) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v19.5.0...v20.4.4) --- .github/workflows/git-commit-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-commit-lint.yaml b/.github/workflows/git-commit-lint.yaml index 39a2456..c313a88 100644 --- a/.github/workflows/git-commit-lint.yaml +++ b/.github/workflows/git-commit-lint.yaml @@ -6,7 +6,7 @@ on: commitlint_cli_version: type: string required: false - default: "19.5.0" + default: "20.4.4" description: Commitlint CLI Version commitlint_config_cordada_version: type: string