From c2b647e8ba6d387d88990c366364d6930957215b Mon Sep 17 00:00:00 2001 From: "renovate-gsuquet[bot]" <173481049+renovate-gsuquet[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 08:17:12 +0000 Subject: [PATCH] fix(deps): update python-semantic-release/upload-to-gh-release action to v9.8.9 | datasource | package | from | to | | ----------- | -------------------------------------------- | ------ | ------ | | github-tags | python-semantic-release/upload-to-gh-release | v9.8.6 | v9.8.9 | Signed-off-by: renovate-gsuquet[bot] <173481049+renovate-gsuquet[bot]@users.noreply.github.com> --- .github/workflows/deployment-python-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment-python-pypi.yml b/.github/workflows/deployment-python-pypi.yml index 362c915..aa0f9a4 100644 --- a/.github/workflows/deployment-python-pypi.yml +++ b/.github/workflows/deployment-python-pypi.yml @@ -79,6 +79,6 @@ jobs: - name: Publish to GitHub if: steps.semantic-release.outputs.released == 'true' - uses: python-semantic-release/upload-to-gh-release@0dcddac3ba7b691d7a3fd4586b640d7b214a0016 # v9.8.6 + uses: python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711 # v9.8.9 with: github_token: ${{ secrets.GITHUB_TOKEN }}