From d7c13290d253b623cb37e2d9f14ad402a64603e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 13:41:27 +0000 Subject: [PATCH] github-actions: bump wagoid/commitlint-github-action from 2.2.5 to 5.2.2 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 2.2.5 to 5.2.2. - [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/v2.2.5...v5.2.2) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 252e75a55e..dd20fc3d80 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v2.2.5 + - uses: wagoid/commitlint-github-action@v5.2.2 with: configFile: './.github/workflows/lint/.commitlintrc.json' helpURL: https://rook.io/docs/rook/master/development-flow.html#commit-structure