From 9cb3bc5d77d0776fcbadc6ee6cdb566edc5f6a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:31:32 +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.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.1.0 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..eada1bc 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.1.0 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.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} push: "true"