From c597f3d0300b11cc911564a9db83645a4f3766ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 05:34:08 +0000 Subject: [PATCH] chore(deps): update quike/action-semantic-release action to v2.87 --- .github/workflows/release-internal.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-internal.yml b/.github/workflows/release-internal.yml index ad4f76e..110aaae 100644 --- a/.github/workflows/release-internal.yml +++ b/.github/workflows/release-internal.yml @@ -22,7 +22,7 @@ jobs: with: fetch-tags: true - name: Release - uses: quike/action-semantic-release@v2.86 + uses: quike/action-semantic-release@v2.87 with: debug-mode: true dry-run: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 248a738..14b2e67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: fetch-tags: true - name: Release id: release - uses: quike/action-semantic-release@v2.86 + uses: quike/action-semantic-release@v2.87 with: debug-mode: true dry-run: false