Fix release workflow checkout action configuration (#123)

This commit is contained in:
Miguel Pragosa 2025-12-19 13:56:18 +00:00 committed by GitHub
parent 3fc5740ee9
commit 51d4e438f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,8 +35,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: main ref: main
python-version: '3.11'
token: ${{ secrets.CHECKOUT_PAT }}
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with: