diff --git a/.github/workflows/validate-conventional-commits.yaml b/.github/workflows/validate-conventional-commits.yaml index 51b7bd2..f6d6ee1 100644 --- a/.github/workflows/validate-conventional-commits.yaml +++ b/.github/workflows/validate-conventional-commits.yaml @@ -17,6 +17,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@8267db1bacc237419f9ed0228bb9d94e94271a1d # v1.4.1 + uses: ytanikin/pr-conventional-commits@b72758283dcbee706975950e96bc4bf323a8d8c0 # v1.4.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'