From f8b7af88cdf004a51702c3cc853e78c9999d5cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:08:57 +0000 Subject: [PATCH] chore(deps): bump relekang/python-semantic-release from 7.34.6 to 8.1.1 Bumps [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.34.6 to 8.1.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/v7.34.6...v8.1.1) --- updated-dependencies: - dependency-name: relekang/python-semantic-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 526db56..1280457 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: with: fetch-depth: 0 - name: Python Semantic Release Noop - uses: relekang/python-semantic-release@v7.34.6 + uses: relekang/python-semantic-release@v8.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__ @@ -82,7 +82,7 @@ jobs: with: fetch-depth: 0 - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.34.6 + uses: relekang/python-semantic-release@v8.1.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__