From a2d6e1a0c4750606f29535c25c21f815b41744c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 04:16:08 +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 9.19.1 to 9.21.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/v9.19.1...v9.21.0) --- updated-dependencies: - dependency-name: relekang/python-semantic-release 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 324b56f..7dfabd5 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@v9.19.1 + uses: relekang/python-semantic-release@v9.21.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}