fix: don't use actions/checkout

This commit is contained in:
Oskar Manhart 2025-05-17 11:17:35 +02:00
parent 891e5bf5ee
commit a2bac7b46b

View file

@ -15,13 +15,7 @@ jobs:
environment: pypi
steps:
- uses: actions/checkout@v4
with:
repository: "pygobject/pycairo"
github-server-url: "https://github.com"
token: ""
ssh-key: ""
persist-credentials: false
- run: git clone --depth=1 https://github.com/pygobject/pycairo .
- name: Set up development headers
run: |