From fae67c6d78413cbc5a1f9944138b3ce61ffb575f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 12:43:45 +0100 Subject: [PATCH] build(deps): bump wagoid/commitlint-github-action from 4 to 5 (#165) 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 0e09c90..c2a6de1 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@v4 + uses: wagoid/commitlint-github-action@v5 - name: Code linting run: npm run lint:check