From 756b0afcaf8e89027711cf81bf17f8c5e19c6624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 03:06:29 +0000 Subject: [PATCH] chore(ci): bump wagoid/commitlint-github-action from 3.1.4 to 4.1.9 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 3.1.4 to 4.1.9. - [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/v3.1.4...v4.1.9) --- 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/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 306efab..edba9f9 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - id: commit-lint - uses: wagoid/commitlint-github-action@v3.1.4 + uses: wagoid/commitlint-github-action@v4.1.9 test: runs-on: ubuntu-latest steps: