From 9f066763b46f35dc0255c4cd506197aeeedb8566 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:56:31 +0800 Subject: [PATCH] chore(deps): update taskmedia/action-conventional-commits action to v1.1.3 (#391) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/CI-VerifyCommit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-VerifyCommit.yml b/.github/workflows/CI-VerifyCommit.yml index 375b5e14d..c0a5377f4 100644 --- a/.github/workflows/CI-VerifyCommit.yml +++ b/.github/workflows/CI-VerifyCommit.yml @@ -24,6 +24,6 @@ jobs: uses: actions/checkout@v3 - name: Verify Commit - uses: taskmedia/action-conventional-commits@v1.1.0 + uses: taskmedia/action-conventional-commits@v1.1.3 with: types: "feat|fix|chore|ci|docs|refactor|test|mods_feat|mods_update|mods_fix|mods_improve|mods_localize|mods_remove"