.github/workflows/build.yml: update actions/setup-python to v5

This commit is contained in:
Max Kellermann 2025-01-28 18:37:05 +01:00
parent 93eb3da48a
commit 53090e3745

@ -111,7 +111,7 @@ jobs:
with:
key: macos
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
- name: Install dependencies
run: |