From 70816c0f33c43aeed647740dfd5e8a61d5e6ef9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:22:30 +0000 Subject: [PATCH] gh-actions(deps): Bump python-semantic-release/python-semantic-release Bumps the gh-actions-dependencies group with 1 update in the / directory: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release). Updates `python-semantic-release/python-semantic-release` from 9.8.3 to 9.8.7 - [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.md) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.3...v9.8.7) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/_reusable-package-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_reusable-package-release.yml b/.github/workflows/_reusable-package-release.yml index edc3685a..ce666668 100644 --- a/.github/workflows/_reusable-package-release.yml +++ b/.github/workflows/_reusable-package-release.yml @@ -135,7 +135,7 @@ jobs: previous-changelog-filename: ${{ inputs.previous-changelog-filename }} previous-release-notes-filename: ${{ inputs.previous-release-notes-filename }} - name: Python Semantic Release - uses: python-semantic-release/python-semantic-release@v9.8.3 + uses: python-semantic-release/python-semantic-release@v9.8.7 id: release with: force: ${{ inputs.release-level }}