From 7b09c20c721aead76b43019f71ddaf9bacbe5a33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:04:03 +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..6e57288 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.8.5 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.8.5 if: github.ref_name != 'main' with: additional_options: --noop