From 102d820e6cee2d7d5a1c4da0ddbe82f67d7b511b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 12:31:01 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v5 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a95a7a9..26daa0b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -39,7 +39,7 @@ jobs: - id: release name: Release if: steps.check-release.outputs.has_existing == 'false' - uses: cycjimmy/semantic-release-action@16ca923e6ccbb50770c415a0ccd43709a8c5f7a4 # v4.2.2 + uses: cycjimmy/semantic-release-action@9cc899c47e6841430bbaedb43de1560a568dfd16 # v5.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}