From 5274f6b821c56d9803f663c371239d2f9e533dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:23:48 +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.5.3 to 10.6.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.5.3...v10.6.0) --- updated-dependencies: - dependency-name: relekang/python-semantic-release dependency-version: 10.6.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 f1add86..dfabf56 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.5.3 + uses: relekang/python-semantic-release@v10.6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}