From: marc tobias Date: Mon, 8 Jul 2024 15:26:36 +0000 (+0200) Subject: Github Actions: now use setup-python v4->v5 X-Git-Tag: deploy~4^2~11^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/5d12121f6d6312bf3933aa51b45d586c36a4d8c2?hp=-c Github Actions: now use setup-python v4->v5 --- 5d12121f6d6312bf3933aa51b45d586c36a4d8c2 diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index c6ce2532..5b7dacf0 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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'