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

This commit is contained in:
Mike Fährmann
2024-03-09 23:32:31 +01:00
parent 3c979e1f05
commit a01d334feb

View File

@@ -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 }}