From ff54a622f7793b57fdb2164204d426e9564e6bab Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 23 Sep 2023 03:40:35 +0000 Subject: [PATCH] fix(deps): bump commitizen-tools/commitizen-action action to v0.20.0 | datasource | package | from | to | | ----------- | ---------------------------------- | ------ | ------ | | github-tags | commitizen-tools/commitizen-action | 0.19.0 | 0.20.0 | --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index fa6483c..e8aeea5 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.19.0 + uses: commitizen-tools/commitizen-action@0.20.0 with: git_name: commitizen-github-action[bot] git_email: commitizen-github-action[bot]@users.noreply.github.com