From 8131ae2f13689e86d0eb457f4f0f28daecb56cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 03:09:37 +0000 Subject: [PATCH] chore(deps): bump relekang/python-semantic-release from 7.32.0 to 7.33.2 Bumps [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.0 to 7.33.2. - [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.2) --- 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 5509bc1..ff1546d 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.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__