From 5cb2608b48a6c5d7c45cc5be828e654ec028dfee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 03:57:51 +0000 Subject: [PATCH] Bump python-semantic-release/python-semantic-release from 9.7.3 to 9.8.0 Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.7.3 to 9.8.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.md) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.7.3...v9.8.0) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5a637bd..716353e 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ runs: - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v9.7.3 + uses: python-semantic-release/python-semantic-release@v9.8.0 with: github_token: ${{ inputs.github-token }}