From 0a4baa96805a9a2ad1fe8dc4183b54b6f570ab36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 07:46:31 +0000 Subject: [PATCH] chore(deps): update relekang/python-semantic-release action to v9 --- .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 f7d1e8d..92c1607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,13 +83,13 @@ jobs: fetch-depth: 0 - name: Release - uses: relekang/python-semantic-release@v7.34.6 + uses: relekang/python-semantic-release@v9.9.0 if: github.ref_name == 'main' with: github_token: ${{ secrets.GITHUB_TOKEN }} pypi_token: ${{ secrets.PYPI_TOKEN }} - name: Test release - uses: relekang/python-semantic-release@v7.34.6 + uses: relekang/python-semantic-release@v9.9.0 if: github.ref_name != 'main' with: additional_options: --noop