actions/setup-python

This commit is contained in:
David PAGNON 2024-01-26 23:52:47 +01:00 committed by GitHub
parent 86590a1ae6
commit c95c26f079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies