Update to actions/setup-python@v5

This commit is contained in:
Sylvere Richard
2024-10-05 20:21:28 +02:00
parent 55d0ecc879
commit fafeec3d86
3 changed files with 3 additions and 3 deletions

View File

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