From 5aa5f6fc97d42fe5e57c139c36bc15208a154b4a Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 4 Mar 2025 10:58:06 +0100 Subject: [PATCH] ci(#202): Change dependency wording --- .github/workflows/pr-cc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-cc.yml b/.github/workflows/pr-cc.yml index 4a08168..15ceeb2 100644 --- a/.github/workflows/pr-cc.yml +++ b/.github/workflows/pr-cc.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@v1 + uses: ytanikin/pr-conventional-commits@1 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' add_label: 'false' \ No newline at end of file