From f0964a3a8515512cbc269c941902bdbf633f5803 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 04:50:28 +0000 Subject: [PATCH] chore(deps): update quike/action-semantic-release action to v2.90 --- .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 7c348ab..5e1c230 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.89 + uses: quike/action-semantic-release@v2.90 with: debug-mode: true dry-run: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5b200d..6db7ba9 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.89 + uses: quike/action-semantic-release@v2.90 with: debug-mode: true dry-run: false