From a58d23be62ff5f1ac2017579a99bfe17b36b287e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 02:35:56 +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..527000f 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.4.2 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.4.2 if: github.ref_name != 'main' with: additional_options: --noop