From e52c2d01c5c793727392befa151a49a41f7a9368 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:02:40 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v4.2.2 | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | cycjimmy/semantic-release-action | v4.2.1 | v4.2.2 | 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 01ad8d2..02372da 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.1 + uses: cycjimmy/semantic-release-action@v4.2.2 with: tag_format: ${version} branches: |