From 6ae36f1c94c48a1544cecc011548554773cef923 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 13 Sep 2023 08:01:30 +0000 Subject: [PATCH] fix(deps): bump commitizen-tools/commitizen-action action to v0.19.0 | datasource | package | from | to | | ----------- | ---------------------------------- | ------ | ------ | | github-tags | commitizen-tools/commitizen-action | 0.18.2 | 0.19.0 | --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1111c09..b731e90 100644 --- a/action.yaml +++ b/action.yaml @@ -186,7 +186,7 @@ runs: inputs.bump == 'true' && github.event_name == 'push' && github.ref == 'refs/heads/main' && !startsWith(github.event.head_commit.message, 'bump:') - uses: commitizen-tools/commitizen-action@0.18.2 + uses: commitizen-tools/commitizen-action@0.19.0 with: git_name: commitizen-github-action[bot] git_email: commitizen-github-action[bot]@users.noreply.github.com