Update actions/setup-python action to v5
continuous-integration/drone/push Build is failing Details

This commit is contained in:
renovate[bot] 2023-12-06 14:33:48 +00:00 committed by GitHub
parent 53b58d4116
commit 5f10d2c3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,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.10'
cache: 'poetry'