From be753b2c890e64477a48c9afafc614e084a4e114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 10:51:40 +0200 Subject: [PATCH] build(deps): bump wagoid/commitlint-github-action from 2 to 4 (#146) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 10d87aa..2caf76c 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -40,7 +40,7 @@ jobs: run: npm ci - name: Commit linting - uses: wagoid/commitlint-github-action@v2 + uses: wagoid/commitlint-github-action@v4 - name: Code linting run: npm run lint:check