From 75061652622ff439e810bd797606a2491e006fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:28:48 +0000 Subject: [PATCH] chore(deps): bump remarkablemark/commitlint from 1 to 2 Bumps [remarkablemark/commitlint](https://github.com/remarkablemark/commitlint) from 1 to 2. - [Release notes](https://github.com/remarkablemark/commitlint/releases) - [Changelog](https://github.com/remarkablemark/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/remarkablemark/commitlint/compare/v1...v2) --- updated-dependencies: - dependency-name: remarkablemark/commitlint dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 1766be1..d67a194 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Commitlint - uses: remarkablemark/commitlint@v1 + uses: remarkablemark/commitlint@v2 with: checkout: true