From 954844b2d16b98947fb72156e23b558775f58356 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:46:00 +0000 Subject: [PATCH] Update cycjimmy/semantic-release-action action to v4.2.2 --- .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 f520269..de5bf50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: run: npm run build - name: Release 🚀 - uses: cycjimmy/semantic-release-action@v4.1.0 + uses: cycjimmy/semantic-release-action@v4.2.2 id: semantic env: GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}