diff --git a/.github/workflows/conventional-commit-prs.yml b/.github/workflows/conventional-commit-prs.yml index 75b9bb6..a987b6c 100644 --- a/.github/workflows/conventional-commit-prs.yml +++ b/.github/workflows/conventional-commit-prs.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/pr-conventional-commits@fda730cb152c05a849d6d84325e50c6182d9d1e9 # 1.5.1 + uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1 # 1.5.2 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'