From 54566eb4b9b4a608198ba688f2dd4b32803760a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 02:26:16 +0000 Subject: [PATCH] build(deps): bump relekang/python-semantic-release from 7.32.0 to 7.32.1 Bumps [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.32.0 to 7.32.1. - [Release notes](https://github.com/relekang/python-semantic-release/releases) - [Changelog](https://github.com/relekang/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/relekang/python-semantic-release/compare/v7.32.0...v7.32.1) --- updated-dependencies: - dependency-name: relekang/python-semantic-release dependency-type: direct:production update-type: version-update:semver-patch ... 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..54fc6b3 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.32.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__