From e630f7387b71777b172544aba87c2f17fac080a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:54:37 +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.15.2 to 9.16.1 - [Release notes](https://github.com/relekang/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/relekang/python-semantic-release/compare/v9.15.2...v9.16.1) --- 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 029b353..5fc262c 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.15.2 + uses: relekang/python-semantic-release@v9.16.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}