[workflows] update to actions/setup-python@v5

pull/5321/head
Mike Fährmann 6 months ago
parent 3c979e1f05
commit a01d334feb
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -26,7 +26,7 @@ jobs:
if [[ "$(find ./gallery_dl -type f -not -perm 644)" ]]; then exit 1; fi
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Loading…
Cancel
Save