From a071272c0dd1d58bf7d398a18d416a113e4a9d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 04:16:59 +0000 Subject: [PATCH] build(deps): bump relekang/python-semantic-release in the actions group Bumps the actions group with 1 update: [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release). Updates `relekang/python-semantic-release` from 10.4.1 to 10.5.0 - [Release notes](https://github.com/relekang/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](https://github.com/relekang/python-semantic-release/compare/v10.4.1...v10.5.0) --- updated-dependencies: - dependency-name: relekang/python-semantic-release dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index a72e5c7..4257de8 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -85,7 +85,7 @@ jobs: - name: Python Semantic Release id: release - uses: relekang/python-semantic-release@v10.4.1 + uses: relekang/python-semantic-release@v10.5.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}