From 856420cae407b8281c7fcfc07bc6ec5acd650730 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:08:21 +0000 Subject: [PATCH] chore(deps): update python-semantic-release/python-semantic-release action to v9.19.1 --- .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 48021c7..cc8f49a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # - Publish to PyPI - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.19.0 + uses: python-semantic-release/python-semantic-release@v9.19.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}