From 3785032d811448d479fe19a5b4501b1782393b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:10:39 +0000 Subject: [PATCH] fix: bump relekang/python-semantic-release from 7.33.2 to 9.8.6 Bumps [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release) from 7.33.2 to 9.8.6. - [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.33.2...v9.8.6) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fcc1da..d094e37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: with: fetch-depth: 0 - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.33.2 + uses: relekang/python-semantic-release@v9.8.6 with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }}