diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index e76c460..a0c7d1f 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@8d258b54939f6769fcd935a52b96d6b0383a00c5 # 1.2.0 + uses: ytanikin/PRConventionalCommits@b628c5a234cc32513014b7bfdd1e47b532124d98 # 1.3.0 with: task_types: '["build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "chore"]' add_label: 'true'