diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0f31a5c..0bee009b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: git config user.email "actions@github.com" - name: Test Semantic Release (No-op) id: test-release - uses: python-semantic-release/python-semantic-release@v10.4.1 + uses: python-semantic-release/python-semantic-release@v10.5.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} changelog: true @@ -90,7 +90,7 @@ jobs: no_operation_mode: true - name: Test Semantic Release (Dry Run) id: test-release-dry - uses: python-semantic-release/python-semantic-release@v10.4.1 + uses: python-semantic-release/python-semantic-release@v10.5.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} changelog: true @@ -122,7 +122,7 @@ jobs: persist-credentials: false - name: Python Semantic Release id: release - uses: python-semantic-release/python-semantic-release@v10.4.1 + uses: python-semantic-release/python-semantic-release@v10.5.2 with: github_token: ${{ secrets.GH_TOKEN }} changelog: true