From bd35c00a36a50e43a3dfc61e411ead0f9dfc85e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:39:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?ies=20(non-major)=20to=20v10.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-semantic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-semantic.yml b/.github/workflows/release-semantic.yml index 8f7ca92..5c58f42 100644 --- a/.github/workflows/release-semantic.yml +++ b/.github/workflows/release-semantic.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Python Semantic Release 🚀 id: release - uses: python-semantic-release/python-semantic-release@v10.5 + uses: python-semantic-release/python-semantic-release@v10.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} changelog: true @@ -31,7 +31,7 @@ jobs: run: uv build - name: Publish package distributions to GitHub Releases 🚀 if: steps.release.outputs.released == 'true' - uses: python-semantic-release/publish-action@v10.5 + uses: python-semantic-release/publish-action@v10.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ steps.release.outputs.tag }}