From 4d3aea31503337bacf9e06f86248e8347ee53a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 05:31:08 +0000 Subject: [PATCH] chore(deps): bump wagoid/commitlint-github-action from 4.1.12 to 5.4.4 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 4.1.12 to 5.4.4. - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/v4.1.12...v5.4.4) --- 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/git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml index 29b2122..a0e72c8 100644 --- a/.github/workflows/git.yml +++ b/.github/workflows/git.yml @@ -16,6 +16,6 @@ jobs: fetch-depth: 0 - name: Run commitlint - uses: wagoid/commitlint-github-action@v4.1.12 + uses: wagoid/commitlint-github-action@v5.4.4 with: configFile: .commitlintrc.json