From f8ccc692854e3ab27fbf7b3f67ce947d96ba12b7 Mon Sep 17 00:00:00 2001 From: "we-renovate[bot]" <162337394+we-renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 08:52:06 +0000 Subject: [PATCH] fix(deps): update cycjimmy/semantic-release-action action to v4.1.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 61a8f66..a51c44f 100644 --- a/action.yml +++ b/action.yml @@ -76,7 +76,7 @@ runs: - name: Release with semantic-release id: release if: ${{ inputs.release == 'true' }} - uses: cycjimmy/semantic-release-action@cb425203a562475bca039ba4dbf90c7f9ac790f4 # v4.1.0 + uses: cycjimmy/semantic-release-action@b1b432f13acb7768e0c8efdec416d363a57546f2 # v4.1.1 env: GITHUB_TOKEN: ${{ inputs.github-token }} GIT_AUTHOR_NAME: wetransform Bot