Bump actions/setup-python from 4 to 5 (#3438)

This commit is contained in:
dependabot[bot] 2023-12-07 08:27:06 +01:00 committed by GitHub
parent fb7634f15f
commit 2552595c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.0
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install dependencies