From 1970d0a63d2878ef877fba95a7c644664704127e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:56:59 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v4.2.1 | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | cycjimmy/semantic-release-action | v4.2.0 | v4.2.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a256f3..01ad8d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v4.2.0 + uses: cycjimmy/semantic-release-action@v4.2.1 with: tag_format: ${version} branches: |