From 1c6a638a661073f30cef5cd52a1535fb16c1b7db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:42:15 +0000 Subject: [PATCH] chore(deps): update all-dependencies to v3.5 --- .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 65336dc..48b916b 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@b7967dc98fcd162a122931f1ad6a7a7046948556 # v3.4 + uses: quike/action-semantic-release@9f0cba1fec750e47780f36e68770b4452671a480 # v3.5 with: debug-mode: true dry-run: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 622cb74..0aed952 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@b7967dc98fcd162a122931f1ad6a7a7046948556 # v3.4 + uses: quike/action-semantic-release@9f0cba1fec750e47780f36e68770b4452671a480 # v3.5 with: debug-mode: true dry-run: false