From 58026c5cd6e5094a22f01f6b1cfed02cfd736eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:30:21 +0000 Subject: [PATCH] chore(deps): bump wagoid/commitlint-github-action from 2 to 5 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 2 to 5. - [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...v5) --- 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/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 4ef61deb..c7ff91be 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@v5 - name: Code linting run: npm run lint:check