From 64c16801c4c49fdf541f803af4d85a73495ed19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:51:42 +0000 Subject: [PATCH] build(deps): bump wagoid/commitlint-github-action from 4.1.15 to 6.0.1 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 4.1.15 to 6.0.1. - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/416045160973f9fff174ac6698412cfe7181c3f3...7f0a61df502599e1f1f50880aaa7ec1e2c0592f2) --- 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/semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index 7da004d..721f88c 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@416045160973f9fff174ac6698412cfe7181c3f3 # v4.1.15 + - uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6.0.1 with: configFile: .github/commitlint.config.js - name: Install Dependencies