diff --git a/.github/workflows/validate-conventional-commits.yaml b/.github/workflows/validate-conventional-commits.yaml index 4725689..f8fcfc3 100644 --- a/.github/workflows/validate-conventional-commits.yaml +++ b/.github/workflows/validate-conventional-commits.yaml @@ -22,6 +22,6 @@ jobs: egress-policy: audit - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@8267db1bacc237419f9ed0228bb9d94e94271a1d # v1.4.1 + uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # v1.5.1 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'