diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bfe775..65dc12f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: with: fetch-depth: 0 - name: Python Semantic Release Noop - uses: python-semantic-release/python-semantic-release@v7.34.6 + uses: python-semantic-release/python-semantic-release@v9.4.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__ @@ -80,7 +80,7 @@ jobs: with: fetch-depth: 0 - name: Python Semantic Release - uses: python-semantic-release/python-semantic-release@v7.34.6 + uses: python-semantic-release/python-semantic-release@v9.4.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__