From 0ae9c26dbe8c85cc1ae33100329046c5cdfbc8ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:57:51 +0000 Subject: [PATCH] chore(deps): update quike/action-semantic-release action to v2.75 --- .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 a0ec25b..011ed56 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.72 + uses: quike/action-semantic-release@v2.75 with: debug-mode: true dry-run: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a185fef..55ae479 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.72 + uses: quike/action-semantic-release@v2.75 with: debug-mode: true dry-run: false