diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e7c4404..a7d65da1 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.5.1 if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GH_TOKEN }}