From 9e7faab2e4b9f984a8a89f63366fe90522f99733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 06:10:09 +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.10. - [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.10) --- updated-dependencies: - dependency-name: armakuni/github-actions/.github/workflows/check-conventional-commits.yml dependency-version: 0.19.10 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..0560987 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.10 test-checkout-rust-project: uses: ./.github/workflows/test-checkout-rust-project.yml