From 5e5471669f57c58fe6988c293fec84b841bbb59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 20:39:31 +0000 Subject: [PATCH] build(deps): bump python-semantic-release/python-semantic-release Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.20.0 to 10.0.2. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.20.0...v10.0.2) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-semantic-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-semantic-release.yaml b/.github/workflows/deploy-semantic-release.yaml index d3a3640..64f5a33 100644 --- a/.github/workflows/deploy-semantic-release.yaml +++ b/.github/workflows/deploy-semantic-release.yaml @@ -43,7 +43,7 @@ jobs: - name: Python Release - Dry Run id: release_dryrun if: steps.set_mode.outputs.is_dry_run == 'true' - uses: python-semantic-release/python-semantic-release@v9.20.0 + uses: python-semantic-release/python-semantic-release@v10.0.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} push: "false" @@ -94,7 +94,7 @@ jobs: - name: Python Release id: release if: ${{ github.event_name == 'workflow_dispatch' && !inputs.dry_run }} - uses: python-semantic-release/python-semantic-release@v9.20.0 + uses: python-semantic-release/python-semantic-release@v10.0.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} push: "true"