diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a92f6e5..36307b05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: # - Create GitHub release # - Publish to PyPI - name: Python Semantic Release - uses: relekang/python-semantic-release@v7.34.6 + uses: relekang/python-semantic-release@v8.7.2 if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GH_TOKEN }}