From 6718573c54a786d5e4b957eb1dc4a529093fcdf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:56:20 +0000 Subject: [PATCH] chore(deps): bump ytanikin/pr-conventional-commits Bumps the minor-and-patch group with 1 update: [ytanikin/pr-conventional-commits](https://github.com/ytanikin/pr-conventional-commits). Updates `ytanikin/pr-conventional-commits` from 1.4.0 to 1.5.2 - [Release notes](https://github.com/ytanikin/pr-conventional-commits/releases) - [Commits](https://github.com/ytanikin/pr-conventional-commits/compare/1.4.0...1.5.2) --- updated-dependencies: - dependency-name: ytanikin/pr-conventional-commits dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/conventional-commits-prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits-prs.yaml b/.github/workflows/conventional-commits-prs.yaml index 6b03ec9..b5605c8 100644 --- a/.github/workflows/conventional-commits-prs.yaml +++ b/.github/workflows/conventional-commits-prs.yaml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@6ac1cea04190fc076b0e539025501d7e7d241ac1 # 1.4.0 + uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1 # 1.5.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'