From 966c814a55a235b4a1d0f6fd7bd5906f82dacdf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 20:53:19 +0000 Subject: [PATCH] fix(deps): bump armakuni/github-actions/.github/workflows/check-conventional-commits.yml Bumps [armakuni/github-actions/.github/workflows/check-conventional-commits.yml](https://github.com/armakuni/github-actions) from 0.19.6 to 0.19.14. - [Release notes](https://github.com/armakuni/github-actions/releases) - [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/armakuni/github-actions/compare/v0.19.6...v0.19.14) --- updated-dependencies: - dependency-name: armakuni/github-actions/.github/workflows/check-conventional-commits.yml dependency-version: 0.19.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 204e327..0a97fb2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -8,7 +8,7 @@ permissions: jobs: check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.6 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.14 test-checkout-rust-project: uses: ./.github/workflows/test-checkout-rust-project.yml