From 6db56f99d0ddf91120b5aba87c558522262bbe47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 15:40:11 +0000 Subject: [PATCH] chore(deps): update cycjimmy/semantic-release-action action to v6 --- .github/workflows/manual-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 52cc34a..d843fcb 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -67,7 +67,7 @@ jobs: - name: Run Tests run: npm test --if-present - name: Publish npm package - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v6.0.0 with: dry_run: ${{ github.event.inputs.dryRun == 'true' }} extra_plugins: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63dbe6c..800369a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Run Tests run: npm test --if-present - name: Release - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v6.0.0 with: dry_run: true extra_plugins: |