diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8c4ab8..c5378c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: token: ${{ secrets.SILENTWORKS_PAT }} - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v8.0.0 + uses: python-semantic-release/python-semantic-release@v9.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -94,7 +94,7 @@ jobs: - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v8.0.0 + uses: python-semantic-release/python-semantic-release@v9.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}