1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-06-06 09:08:40 +02:00

Merge pull request #37 from ilri/renovate/actions-setup-python-5.x

chore(deps): update actions/setup-python action to v5
This commit is contained in:
2023-12-28 09:02:41 +03:00
committed by GitHub

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install poetry - name: Install poetry
run: pipx install poetry run: pipx install poetry
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: '3.11' python-version: '3.11'
cache: 'poetry' cache: 'poetry'