From b2daee9a3edabf1021c592d85687a346169dbeca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 09:45:30 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v5 --- .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 f509991..841887d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Semantic Release id: semantic-release - uses: cycjimmy/semantic-release-action@v4.0.0 + uses: cycjimmy/semantic-release-action@v5.0.0 env: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: