CI config updated

This commit is contained in:
Nicolas 2025-05-13 08:59:34 +02:00
parent 3fb5471c4e
commit b0c08e38bf
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@ jobs:
steps: steps:
# Step 1: Check out the code from the repository # Step 1: Check out the code from the repository
- name: Check out code - name: Check out code
uses: actions/checkout@v2 uses: actions/checkout@v4
# Step 2: Set up Python # Step 2: Set up Python
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}