Merge pull request #3468 from mtmail/setup-python-v5

Github Actions: now use setup-python v4->v5
This commit is contained in:
Sarah Hoffmann 2024-07-08 18:45:06 +02:00 committed by GitHub
commit b89144dcb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ jobs:
- name: Unpack Nominatim
run: tar xf nominatim-src.tar.bz2
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
if: matrix.flavour == 'oldstuff'