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

This commit is contained in:
dependabot[bot] 2023-12-12 07:19:48 +01:00 committed by GitHub
parent 4d24e22c72
commit c07925d53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}