From 3bae2e2bbfe54494ccd4afd34c2e17261735ecbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 15:01:46 +0200 Subject: [PATCH] build(deps): bump wagoid/commitlint-github-action to 3.1.4 (#118) --- .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 170f807..c5d5140 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -17,6 +17,6 @@ jobs: - uses: 'actions/checkout@v2.3.4' with: fetch-depth: 0 - - uses: 'wagoid/commitlint-github-action@v3.1.3' + - uses: 'wagoid/commitlint-github-action@v3.1.4' with: configFile: '.commitlintrc.json'