From 84e74e89ce1b2efa188ed0dfc263d348e56df4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:44:19 +0000 Subject: [PATCH] Bump wagoid/commitlint-github-action from 3 to 6 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 3 to 6. - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/v3...v6) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commitlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 187dec5..3085e5c 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: run commitlint - uses: wagoid/commitlint-github-action@v3 + uses: wagoid/commitlint-github-action@v6 with: configFile: './.github/workflows/conf/commitlintrc.json' helpURL: |