From cf56f1f22bf30ca38aeae1951db3a1c967c39e56 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 4 Mar 2025 10:56:07 +0100 Subject: [PATCH] ci(#202): Change dependency from 1 to v1 --- .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 b84422b..4a08168 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@1 + uses: ytanikin/PRConventionalCommits@v1 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' add_label: 'false' \ No newline at end of file