From 46bc15cf4d28a225aae14f6a87bb6bc8da512d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 21:35:48 +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 9.21.1. - [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...v9.21.1) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-version: 9.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..c618ca9 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@v9.21.1 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@v9.21.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} push: "true"