From 3613b895802a20ac0eb68d8c5eb188b5279c5f61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 03:46:23 +0000 Subject: [PATCH] chore(deps): update python-semantic-release/python-semantic-release action to v10 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b679bb4d0..72f22f125 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.21.1 + uses: python-semantic-release/python-semantic-release@v10.0.2 with: github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}