From 3824f708aedd49ba69659eb9192794aee2da76ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:08:41 +0800 Subject: [PATCH] chore(deps): update taskmedia/action-conventional-commits action to v1.1.9 (#542) 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 ca329892..f79ed7fd 100644 --- a/.github/workflows/CI-VerifyCommit.yml +++ b/.github/workflows/CI-VerifyCommit.yml @@ -24,6 +24,6 @@ jobs: uses: actions/checkout@v4 - name: Verify Commit - uses: taskmedia/action-conventional-commits@v1.1.8 + uses: taskmedia/action-conventional-commits@v1.1.9 with: types: "feat|fix|chore|ci|docs|refactor|test|mods_feat|mods_update|mods_fix|mods_improve|mods_localize|mods_remove"