From c42396c3950685352483d869a0bf6e33f3058ccd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 00:37:09 +0000 Subject: [PATCH] chore(deps): update quike/action-semantic-release action to v3 --- .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 896e7bb..84206fe 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.98 + uses: quike/action-semantic-release@v3.0 with: debug-mode: true dry-run: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c70a092..5e23fd9 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.98 + uses: quike/action-semantic-release@v3.0 with: debug-mode: true dry-run: false