From 9706c637215063b4e3f267f7f4e9aa887b0f7d82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:44:27 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v6 | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | cycjimmy/semantic-release-action | v5.0.2 | v6.0.0 | --- .github/workflows/gh-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index 9da7d5f..1fe82cc 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -115,7 +115,7 @@ jobs: - name: Semantic Release if: inputs.use_semantic_release == true id: semantic - uses: cycjimmy/semantic-release-action@v5 + uses: cycjimmy/semantic-release-action@v6.0.0 with: dry_run: ${{ inputs.dry_run || github.event_name == 'pull_request' }} unset_gha_env: ${{ github.event_name == 'pull_request' }}