From 55e5b6669c7ec7ca30ea23dbe08311d421f25f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 03:21:19 +0000 Subject: [PATCH] build: bump wagoid/commitlint-github-action from 4.1.11 to 5.0.1 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 4.1.11 to 5.0.1. - [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/v4.1.11...v5.0.1) --- 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/DEPLOY.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DEPLOY.yml b/.github/workflows/DEPLOY.yml index 6e4c670..f947a7a 100644 --- a/.github/workflows/DEPLOY.yml +++ b/.github/workflows/DEPLOY.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Lint Commit Messages - uses: wagoid/commitlint-github-action@v4.1.11 + uses: wagoid/commitlint-github-action@v5.0.1 with: configFile: .github/commitlint.config.js helpURL: https://www.conventionalcommits.org