diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14b71917..b0c54aed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: # This action uses Python Semantic Release v8 - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v8.3.0 + uses: python-semantic-release/python-semantic-release@v9.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}