From 2dabdba37b6788dca24a4f47c79d2eb4a3b22072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:30:15 +0000 Subject: [PATCH] build(deps): bump wagoid/commitlint-github-action from 6.1.2 to 6.2.1 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 6.1.2 to 6.2.1. - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/v6.1.2...v6.2.1) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml index 132ba87c..0c24667e 100644 --- a/.github/workflows/git.yml +++ b/.github/workflows/git.yml @@ -15,6 +15,6 @@ jobs: fetch-depth: 0 - name: Run commitlint - uses: wagoid/commitlint-github-action@v6.1.2 + uses: wagoid/commitlint-github-action@v6.2.1 with: configFile: .commitlintrc.json