From 5b01dd228ce54e721f6fbbc8f558bc8ccf3a37b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 03:36:13 +0000 Subject: [PATCH] Bump python-semantic-release/python-semantic-release from 9.8.6 to 9.8.7 Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.6 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.6...v9.8.7) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ea43da3..ba8e699 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.8.6 + uses: python-semantic-release/python-semantic-release@v9.8.7 with: github_token: ${{ inputs.github-token }}