From cce43a2d2fee04db2dfe18e2910a06f3473762ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 22:12:44 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v5 | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | cycjimmy/semantic-release-action | v4.2.2 | v5.0.0 | 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 db75368..c423dcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Semantic Release - uses: cycjimmy/semantic-release-action@16ca923e6ccbb50770c415a0ccd43709a8c5f7a4 # v4.2.2 + uses: cycjimmy/semantic-release-action@9cc899c47e6841430bbaedb43de1560a568dfd16 # v5.0.0 with: tag_format: ${version} branches: |