1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-07-26 22:43:43 +02:00

Update actions/setup-python action to v5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
renovate[bot] 2023-12-06 13:13:11 +00:00 committed by GitHub
parent 530cd5863b
commit 96a486471c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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