diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19a27c6..32166e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,6 @@ jobs: fetch-depth: 0 - name: Python Semantic Release - uses: python-semantic-release/python-semantic-release@v9 + uses: python-semantic-release/python-semantic-release@v9.4.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}