From b8184f26e432b4e42ba58480225877f7c8814ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:41:00 +0000 Subject: [PATCH] build(deps): bump relekang/python-semantic-release from 7.32.0 to 7.33.0 Bumps [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.0 to 7.33.0. - [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/v7.32.0...v7.33.0) --- updated-dependencies: - dependency-name: relekang/python-semantic-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1b7698..5a3bfe4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: Semantic Release - uses: relekang/python-semantic-release@v7.32.0 + uses: relekang/python-semantic-release@v7.33.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__