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"]'