From 9dc53d0a15263b2cd72b2bc75123ae7534b3abbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 01:15:28 +0000 Subject: [PATCH] chore(deps): bump wagoid/commitlint-github-action from 5.4.0 to 5.4.1 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/wagoid/commitlint-github-action/releases) - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/6b9a739128622e4780b06c2c86550512ee7c9e1e...456526eec71276a59e74aafdfe06a9632ac2eee1) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index a9aacae1..8299dec4 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@6b9a739128622e4780b06c2c86550512ee7c9e1e + - uses: wagoid/commitlint-github-action@456526eec71276a59e74aafdfe06a9632ac2eee1 with: configFile: './.commitlintrc.yml'