From 75b7966374bbbb71a8794c289c764a062699d554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:19:55 +0100 Subject: [PATCH] build(deps): bump ahmadnassri/action-commit-lint from 2.1.16 to 2.1.17 (#239) Bumps [ahmadnassri/action-commit-lint](https://github.com/ahmadnassri/action-commit-lint) from 2.1.16 to 2.1.17. - [Release notes](https://github.com/ahmadnassri/action-commit-lint/releases) - [Changelog](https://github.com/ahmadnassri/action-commit-lint/blob/master/.release.json) - [Commits](https://github.com/ahmadnassri/action-commit-lint/compare/v2.1.16...v2.1.17) --- updated-dependencies: - dependency-name: ahmadnassri/action-commit-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/commit-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index c83cf765..f94237dc 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ahmadnassri/action-commit-lint@v2.1.16 + - uses: ahmadnassri/action-commit-lint@v2.1.17 with: config: .github/linters/.commit-lint.yml