From e6b6dc568d9f93012e8c786e35d7a48b1a4db9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:26:33 +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.6.0 to 10.6.1 - [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.6.0...v10.6.1) --- updated-dependencies: - dependency-name: relekang/python-semantic-release dependency-version: 10.6.1 dependency-type: direct:production update-type: version-update:semver-patch 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 dfabf56..f469dac 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -80,7 +80,7 @@ jobs: - name: Python Semantic Release id: release - uses: relekang/python-semantic-release@v10.6.0 + uses: relekang/python-semantic-release@v10.6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}