From e79b2ae56787f7ea2ef2ee005be80dd5bf35f04a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:55:59 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v4.1.1 --- .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 81e2f3c..bd66919 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.1.1 id: semantic env: GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}