From 7c03847078c6313d4e184a11a236ea50784402d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:11:13 +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 e0d2974..42f0e37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,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 }}