From b039fd38668cdf63f61f24aad92627073d75f368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:46:45 +0000 Subject: [PATCH] Bump python-semantic-release/python-semantic-release from 9.8.7 to 9.8.8 Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.7 to 9.8.8. - [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.7...v9.8.8) --- 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 ba8e699..3c26150 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.7 + uses: python-semantic-release/python-semantic-release@v9.8.8 with: github_token: ${{ inputs.github-token }}